SilSmartRefresherWidget constructor
const
SilSmartRefresherWidget({})
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,
}) : super(key: key);