SilSmartRefresherWidget constructor
const
SilSmartRefresherWidget({
- required Widget childBuild(
- BuildContext context,
- List data
- required Future loadDataFuture({}),
- required SilSmartRefresherInterface? interface,
- Key? key,
- RefreshController? refreshController,
- List? datas,
- bool? enablePullUp,
- bool enablePullDown = true,
- bool showLoading = true,
Implementation
const SilSmartRefresherWidget({
required this.childBuild,
required this.loadDataFuture,
required this.interface,
Key? key,
this.isShowFooterNoData = true,
this.refreshController,
this.datas,
this.enablePullUp,
this.enablePullDown = true,
this.showLoading = true,
}) : super(key: key);