WisePullToRefresh constructor
WisePullToRefresh({})
Implementation
WisePullToRefresh({
required this.child,
this.enablePullUp = false,
this.enablePullDown = true,
this.onRefresh,
this.onLoading,
});
WisePullToRefresh({
required this.child,
this.enablePullUp = false,
this.enablePullDown = true,
this.onRefresh,
this.onLoading,
});