flutter_table_list_view library
Enums
Typedefs
- TableReusableViewSelectedHandler = void Function(BuildContext context, int sectionIndex)
- TableViewHeaderBuilder = Widget? Function(BuildContext context, int sectionIndex, bool isHover)
- isHover: 表示当前Header是否悬停, FlutterTableViewStyle.grouped 且 悬停时为true
- TableViewItemBuilder = Widget Function(BuildContext context, IndexPath indexPath)
- TableViewItemSelectedHandler = void Function(BuildContext context, IndexPath indexPath)