whenData abstract method

Widget whenData(
  1. BuildContext context,
  2. List<T> items
)

This is the callback used to build the list/grid when data is available

Implementation

Widget whenData(BuildContext context, List<T> items);