TabTitle constructor

TabTitle({
  1. int? index,
  2. String? title,
})

Implementation

TabTitle({
  this.index,
  this.title,
});