Signature of a callback that returns the sublist of widgets in the given range.
Used by PageableList.itemBuilder
, itemBuilder, etc.
Source
typedef List<Widget> ItemListBuilder(BuildContext context, int start, int count);
Signature of a callback that returns the sublist of widgets in the given range.
Used by PageableList.itemBuilder
, itemBuilder, etc.
typedef List<Widget> ItemListBuilder(BuildContext context, int start, int count);