whenData abstract method
This is the callback used to build the list/grid when data is available
Implementation
Widget whenData(BuildContext context, List<T> items);
This is the callback used to build the list/grid when data is available
Widget whenData(BuildContext context, List<T> items);