ItemSectionExtendedController constructor

ItemSectionExtendedController({
  1. bool extended = true,
})

Implementation

ItemSectionExtendedController({bool extended = true})
    : this._extended = extended;