genderController property

ValueNotifier<String?> genderController
final

Implementation

final genderController = ValueNotifier<String?>(null);