menu
flutter_blocx package
documentation
list_widget.dart
CollectionWidgetState<W extends CollectionWidget<P>, T extends BaseEntity, P>
bottomWidget method
bottomWidget method
dark_mode
light_mode
bottomWidget
method
Widget
?
bottomWidget
(
BuildContext
context
,
ListState
<
T
>
state
)
Implementation
Widget? bottomWidget(BuildContext context, ListState<T> state) => null;
flutter_blocx package
documentation
list_widget
CollectionWidgetState<W extends CollectionWidget<P>, T extends BaseEntity, P>
bottomWidget method
CollectionWidgetState class