menu
tengits_widgets package
documentation
selection/selection_view_controller.dart
TSelectionListViewController
show method
show method
dark_mode
light_mode
show
method
void
show
(
int
index
)
Implementation
void show(int index) { isShow = true; menuIndex = index; notifyListeners(); }
tengits_widgets package
documentation
selection/selection_view_controller
TSelectionListViewController
show method
TSelectionListViewController class