menu
flutter_uikit_forzzh package
documentation
select/selection_menu_form.dart
SelectionMenuFormState<T>
refresh method
refresh method
dark_mode
light_mode
refresh
method
void
refresh
(
)
Implementation
void refresh() { if (mounted) { setState(() {}); } }
flutter_uikit_forzzh package
documentation
select/selection_menu_form
SelectionMenuFormState<T>
refresh method
SelectionMenuFormState class