ExtendedListDelegate constructor

const ExtendedListDelegate({
  1. LastChildLayoutTypeBuilder? lastChildLayoutTypeBuilder,
  2. CollectGarbage? collectGarbage,
  3. ViewportBuilder? viewportBuilder,
  4. bool closeToTrailing = false,
})

Implementation

const ExtendedListDelegate({
  this.lastChildLayoutTypeBuilder,
  this.collectGarbage,
  this.viewportBuilder,
  this.closeToTrailing = false,
});