menu
messenger
ui/page/home/page/withdraw/controller.dart
WithdrawController
country property
country
dark_mode
light_mode
country
property
Rx
<
IsoCode
?
>
country
final
IsoCode
of the country selected for withdrawal.
Implementation
final Rx<IsoCode?> country = Rx(null);
messenger
controller
WithdrawController
country property
WithdrawController class