Tab constructor

Tab({
  1. List<Tab>? childTabs,
  2. DocumentTab? documentTab,
  3. TabProperties? tabProperties,
})

Implementation

Tab({this.childTabs, this.documentTab, this.tabProperties});