AbstractRefreshIndicator constructor
const
AbstractRefreshIndicator({})
Implementation
const AbstractRefreshIndicator({
super.key,
required this.child,
required this.onRefresh,
required this.icon,
this.triggerDistance = 80,
this.dragDamping = 0.5,
this.spinDuration = const Duration(milliseconds: 800),
});