tabs property

List<Widget> tabs
final

Typically a list of two or more Tab widgets.

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

Implementation

final List<Widget> tabs;