cupertino_table_view library

Classes

CupertinoTableView
TableView类
CupertinoTableViewDelegate
CupertinoTableView代理类,提供数据源和定制UI
DefaultRefreshIndicator
默认的刷新组件 默认可以显示一张图片和一段文字 文字和图片左右布局
IndexPath
tableView下标类
RefreshConfig
tableView刷新控制类
RefreshController
刷新控制类
RefreshIndicatorConfig
刷新组件配置

Enums

RefreshStatus
刷新状态

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()
RefreshIndicatorBuilder = Widget Function(BuildContext context, RefreshStatus status)
刷新组件创建
RefreshStatusDidChange = void Function(RefreshController controller, RefreshStatus status)
刷新状态回调
SelectRowAtIndexPath = void Function(IndexPath indexPath)
WidgetAtIndexPath = Widget Function(BuildContext context, IndexPath indexPath)
WidgetInSection = Widget? Function(BuildContext context, int section)