group_tablelist library
Classes
Typedefs
- CellForRowAtIndexPath = Widget Function(IndexPath indexPath)
- DidSelectAtIndexPath = dynamic Function(IndexPath indexPath)
- 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)