tabs property

List<TabItem> tabs
final

A list of tab's infos including color and title widget.

The length of this list must match the controller's TabController.length and the length of the TabBarView.children list.

Implementation

final List<TabItem> tabs;