RefreshIndicatorConfig constructor

const RefreshIndicatorConfig({
  1. double visibleRange = 50,
  2. int completeDuration = 300,
  3. double triggerDistance = 100,
  4. double? indicatorHeight,
})

Implementation

const RefreshIndicatorConfig({
  this.visibleRange = 50,
  this.completeDuration = 300,
  this.triggerDistance = 100,
  this.indicatorHeight,
});