TabItem constructor

const TabItem(
  1. String label,
  2. DslWidget content
)

Implementation

const TabItem(this.label, this.content);