This commit is contained in:
Hamza-Ayed
2024-05-20 17:36:26 +03:00
parent 453863aa5d
commit da6741e24e
2 changed files with 30 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ class ProfileController extends GetxController {
void setGender(String value) {
gender = value;
update();
}
String? selectedDegree;