menu
eyflutter_uikit package
documentation
uikit/state/elements_state.dart
ElementListModel<P, 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/elements_state
ElementListModel<P, ITEM>
showEmptyView method
ElementListModel class