CustomRefresh constructor
const
CustomRefresh({})
CustomRefresh 下拉刷新组件
Implementation
const CustomRefresh({
required this.child,
required this.controller,
super.key,
this.onRefresh,
this.onLoad,
this.iconColor,
});