This commit is contained in:
Hamza-Ayed
2023-10-16 16:53:27 +03:00
parent 2105de243c
commit 06905be0e9
13 changed files with 339 additions and 191 deletions

View File

@@ -15,7 +15,7 @@ class ProfileController extends GetxController {
TextEditingController txtController = TextEditingController();
List genders = ['Male', 'Female', 'Non-binary'];
String gender = '';
String gender = 'Male';
void setGender(String value) {
gender = value;