MotionRefreshController constructor
MotionRefreshController({})
Implementation
MotionRefreshController({
required this.triggerDistance,
required this.settleDistance,
required this.duration,
required this.refreshDuration,
required this.collapseDuration,
required this.collapseCurve,
required this.animationSpeed,
required this.enableHaptics,
this.scrollController,
});