menu
flutter_custom_dropdown package
documentation
tool/drapdown_common.dart
DropdownMenuController
show method
show method
dark_mode
light_mode
show
method
void
show
(
int
index
)
Implementation
void show(int index) { event = DropdownEvent.ACTIVE; menuIndex = index; notifyListeners(); }
flutter_custom_dropdown package
documentation
tool/drapdown_common
DropdownMenuController
show method
DropdownMenuController class