TabItem constructor

const TabItem(
  1. String label, {
  2. Widget? icon,
  3. bool enabled = true,
})

Implementation

const TabItem(this.label, {this.icon, this.enabled = true});