tableview/flutter_section_table_view library
Typedefs
- CellAtIndexPathCallBack = Widget Function(int section, int row)
- CellHeightAtIndexPathCallBack = double Function(int section, int row)
- DividerHeightCallBack = double Function()
- RowCountInSectionCallBack = int Function(int section)
- SectionHeaderCallBack = Widget Function(int section)
- SectionHeaderHeightCallBack = double Function(int section)
- SectionTableViewScrollToCallBack = void Function(int section, int row, bool isScrollDown)