PhoenixFooter constructor
const
PhoenixFooter({
- Key? key,
- double triggerOffset = 100,
- bool clamping = false,
- IndicatorPosition position = IndicatorPosition.above,
- Duration processedDuration = const Duration(seconds: 1),
- SpringDescription? spring,
- SpringBuilder? readySpringBuilder,
- bool springRebound = false,
- FrictionFactor? frictionFactor,
- bool safeArea = true,
- double? infiniteOffset = null,
- bool? hitOver,
- bool? infiniteHitOver,
- bool hapticFeedback = false,
- Color? skyColor,
Implementation
const PhoenixFooter({
this.key,
super.triggerOffset = 100,
super.clamping = false,
super.position,
super.processedDuration,
super.spring,
super.readySpringBuilder,
super.springRebound = false,
super.frictionFactor,
super.safeArea,
super.infiniteOffset = null,
super.hitOver,
super.infiniteHitOver,
super.hapticFeedback,
this.skyColor,
});