FlListView constructor
FlListView({
- Key? key,
- int? count,
- required IntWidgetFunction getCell,
- VoidCallback? loadMore,
- FlListViewType flListViewType = FlListViewType.column,
- RefreshCallback? onRefresh,
- AppBar? appBar,
Implementation
FlListView({
Key? key,
this.count,
required this.getCell,
this.loadMore,
this.flListViewType = FlListViewType.column,
this.onRefresh,
this.appBar,
}) : super(key: key);