group_tablelist library

Classes

GroupTableList

Typedefs

CellForRowAtIndexPath = Widget Function(IndexPath indexPath)
DidSelectAtIndexPath = dynamic Function(IndexPath indexPath)
FooterInSection = Widget? Function(int section)
HeaderInSection = Widget? Function(int section)
IndexedWidgetBuilder = Widget? Function(BuildContext context, int index)
Signature for a function that creates a widget for a given index, e.g., in a list.
NumberOfRowsInSection = int Function(int section)
SectionSeparator = Widget Function(int section)
SeparatorAtIndexPath = Widget Function(IndexPath indexPath)