menu
dash_kit_loadable package
documentation
dash_kit_loadable
LoadableListViewState
<
T extends StoreListItem
>
getLoadingWidget method
getLoadingWidget
brightness_4
getLoadingWidget
method
Widget
getLoadingWidget
(
)
Implementation
Widget getLoadingWidget() { return const Center( child: CircularProgressIndicator(), ); }
dash_kit_loadable package
documentation
dash_kit_loadable
LoadableListViewState
<
T extends StoreListItem
>
getLoadingWidget method
LoadableListViewState class
Constructors
LoadableListViewState
Properties
context
hashCode
mounted
runtimeType
scrollController
viewModel
widget
Methods
activate
build
buildEmptyState
buildErrorState
buildListItem
buildProgressState
buildSeparator
deactivate
debugFillProperties
didChangeDependencies
didUpdateWidget
dispose
getLoadingWidget
initState
noSuchMethod
reassemble
setState
toDiagnosticsNode
toString
toStringShort
Operators
operator ==