group_list_view library

Typedefs

ItemWidgetBuilder = Widget Function(BuildContext context, IndexPath index)
Signature for a function that creates a widget for a given IndexPath, in a list.
SectionWidgetBuilder = Widget Function(BuildContext context, int section)
Signature for a function that returns the the number of items(rows) in a given section