menu
v_components package
documentation
widgets/dropDown/drop_menu_controller.dart
DropDownMenuController
show method
show method
dark_mode
light_mode
show
method
dynamic
show
(
int
index
)
Implementation
show(int index) { this.index = index; if (!isShow) { isShow = true; } notifyListeners(); }
v_components package
documentation
widgets/dropDown/drop_menu_controller
DropDownMenuController
show method
DropDownMenuController class