Tab constructor
Tab({
- List<
Tab> ? childTabs, - DocumentTab? documentTab,
- TabProperties? tabProperties,
Implementation
Tab({this.childTabs, this.documentTab, this.tabProperties});