delegate/cupertino_table_view_delegate library

Classes

CupertinoTableViewDelegate
CupertinoTableView代理类,提供数据源和定制UI

Typedefs

CanSelectRowAtIndexPath = bool Function(IndexPath indexPath)
DecorationForSection = BoxDecoration? Function(BuildContext context, int section)
DividerInTableView = Widget Function(BuildContext context)
NumberOfRowsInSection = int Function(int section)
NumberOfSectionsInTableView = int Function()
SelectRowAtIndexPath = void Function(IndexPath indexPath)
WidgetAtIndexPath = Widget Function(BuildContext context, IndexPath indexPath)
WidgetInSection = Widget? Function(BuildContext context, int section)