TabOptionModel constructor

const TabOptionModel({
  1. String text = "",
  2. bool selected = false,
  3. Widget? child,
})

Implementation

const TabOptionModel({ this.text = "", this.selected = false, this.child });