tabs property
final
The list of tabs that will be displayed in this TabBar. The length of this list must match the controller TabController.length and the length of the TabBarView.children list.
Implementation
final List<ZdsTab> tabs;
The list of tabs that will be displayed in this TabBar. The length of this list must match the controller TabController.length and the length of the TabBarView.children list.
final List<ZdsTab> tabs;