SmartRefresherCustom constructor
const
SmartRefresherCustom({
- Key? key,
- required Widget child,
- required RefreshController controller,
- VoidCallback? onRefresh,
- VoidCallback? onLoading,
- bool enablePullDown = true,
- bool enablePullUp = true,
- bool enableTwoLevel = false,
Implementation
const SmartRefresherCustom({super.key,
required this.child,
required this.controller,
this.onRefresh,
this.onLoading,
this.enablePullDown= true,
this.enablePullUp= true,
this.enableTwoLevel= false,
});