TabData constructor

TabData(
  1. String label,
  2. Widget content
)

Implementation

TabData(this.label, this.content);