bottomWidget method

Widget? bottomWidget(
  1. BuildContext context,
  2. BlocxCollectionState<T> state
)

Optional widget displayed below the collection.

Implementation

Widget? bottomWidget(BuildContext context, BlocxCollectionState<T> state) => null;