menu
phoenix_selection package
documentation
controller/selection_view_controller.dart
SelectionListViewController
show method
show method
dark_mode
light_mode
show
method
void
show
(
int
index
)
显示下拉筛选列表
Implementation
void show(int index) { isShow = true; menuIndex = index; notifyListeners(); }
phoenix_selection package
documentation
controller/selection_view_controller
SelectionListViewController
show method
SelectionListViewController class