tabs property

List<ZdsTab> tabs
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;