BezierFooter constructor
const
BezierFooter({
- Key? key,
- double triggerOffset = 100,
- bool clamping = false,
- IndicatorPosition position = IndicatorPosition.above,
- Duration processedDuration = kBezierBackgroundDisappearDuration,
- SpringDescription? spring,
- SpringBuilder readySpringBuilder = kBezierSpringBuilder,
- bool springRebound = false,
- FrictionFactor frictionFactor = kBezierFrictionFactor,
- bool safeArea = true,
- double? infiniteOffset = null,
- bool? hitOver,
- bool? infiniteHitOver,
- bool hapticFeedback = false,
- bool showBalls = true,
- bool spinInCenter = true,
- bool onlySpin = false,
- Widget? spinWidget,
- Widget? noMoreWidget,
- BezierSpinBuilder? spinBuilder,
- Color? foregroundColor,
- Color? backgroundColor,
Implementation
const BezierFooter({
this.key,
super.triggerOffset = 100,
super.clamping = false,
super.position,
super.processedDuration = kBezierBackgroundDisappearDuration,
super.spring,
SpringBuilder super.readySpringBuilder = kBezierSpringBuilder,
super.springRebound = false,
FrictionFactor super.frictionFactor = kBezierFrictionFactor,
super.safeArea,
super.infiniteOffset = null,
super.hitOver,
super.infiniteHitOver,
super.hapticFeedback,
this.showBalls = true,
this.spinInCenter = true,
this.onlySpin = false,
this.spinWidget,
this.noMoreWidget,
this.spinBuilder,
this.foregroundColor,
this.backgroundColor,
});