TabProperties constructor

TabProperties({
  1. int? index,
  2. int? nestingLevel,
  3. String? parentTabId,
  4. String? tabId,
  5. String? title,
})

Implementation

TabProperties({
  this.index,
  this.nestingLevel,
  this.parentTabId,
  this.tabId,
  this.title,
});