menu
flutter_custom_dropdown package
documentation
tool/drapdown_common.dart
DropdownMenuController
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
)
Implementation
void hide() { event = DropdownEvent.HIDE; notifyListeners(); }
flutter_custom_dropdown package
documentation
tool/drapdown_common
DropdownMenuController
hide method
DropdownMenuController class