MiniPullToRefresh constructor
const
MiniPullToRefresh({})
Implementation
const MiniPullToRefresh({
super.key,
required this.child,
required this.onRefresh,
this.triggerOffset = 95,
this.indicatorExtent = 56,
this.enabled = true,
});