TabItem constructor

const TabItem(
  1. String title,
  2. dynamic index,
  3. bool active,
  4. Function change, {
  5. bool parseTitle = true,
  6. bool expanded = true,
  7. int? line,
  8. double? size,
  9. Key? key,
})

Implementation

const TabItem(this.title, this.index, this.active, this.change, {this.parseTitle = true, this.expanded = true, this.line, this.size ,Key? key}):super(key:key);