SectionModel constructor

SectionModel(
  1. int section,
  2. int rowCount,
  3. bool headerExist,
  4. bool footerExist,
  5. Widget header,
)

Implementation

SectionModel(this.section, this.rowCount, this.headerExist,
    this.footerExist, this.header,);