TabDesignerRF constructor

TabDesignerRF(
  1. int index,
  2. int selected, {
  3. String? label,
  4. Icon? icon,
  5. Decoration? decoration,
})

Implementation

TabDesignerRF(
  this.index,
  this.selected, {
  this.label,
  this.icon,
  this.decoration,
});