menu
eyflutter_uikit package
documentation
uikit/state/base_list_state.dart
BaseListModel<ITEM>
showEmptyView method
showEmptyView method
dark_mode
light_mode
showEmptyView
method
void
showEmptyView
(
bool
show
)
设置空视图隐藏与显示
Implementation
void showEmptyView(bool show) { isEmptyData = show; notifierLazy(); }
eyflutter_uikit package
documentation
uikit/state/base_list_state
BaseListModel<ITEM>
showEmptyView method
BaseListModel class