tabs property
final
Typically a list of two or more ZdsTab
widgets.
The length of this list must match the controller's TabController.length and the length of the TabBarView.children list.
Implementation
final List<ZdsTab> tabs;
Typically a list of two or more ZdsTab
widgets.
The length of this list must match the controller's TabController.length and the length of the TabBarView.children list.
final List<ZdsTab> tabs;