Footer constructor

Footer({
  1. double extent = 60.0,
  2. double triggerDistance = 70.0,
  3. bool float = false,
  4. Duration? completeDuration,
  5. bool enableInfiniteLoad = true,
  6. bool enableHapticFeedback = false,
  7. bool overScroll = false,
  8. bool safeArea = false,
  9. EdgeInsets? padding,
})

Implementation

Footer({
  this.extent = 60.0,
  this.triggerDistance = 70.0,
  this.float = false,
  this.completeDuration,
  this.enableInfiniteLoad = true,
  this.enableHapticFeedback = false,
  this.overScroll = false,
  this.safeArea = false,
  this.padding,
});