SLiquidPullToRefresh constructor
const
SLiquidPullToRefresh({})
Implementation
const SLiquidPullToRefresh({
super.key,
this.animSpeedFactor = 1.0,
required this.child,
required this.onRefresh,
this.color,
this.backgroundColor,
this.height,
this.springAnimationDurationInMilliseconds = 1000,
this.borderWidth = 2.0,
this.showChildOpacityTransition = true,
}) : assert(animSpeedFactor >= 1.0);