PhoenixFooter constructor

const PhoenixFooter({
  1. Key? key,
  2. double triggerOffset = 100,
  3. bool clamping = false,
  4. IndicatorPosition position = IndicatorPosition.above,
  5. Duration processedDuration = const Duration(seconds: 1),
  6. SpringDescription? spring,
  7. SpringBuilder? readySpringBuilder,
  8. bool springRebound = false,
  9. FrictionFactor? frictionFactor,
  10. bool safeArea = true,
  11. double? infiniteOffset = null,
  12. bool? hitOver,
  13. bool? infiniteHitOver,
  14. bool hapticFeedback = false,
  15. 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,
});