tabs property

List<Widget> tabs
final

Typically a list of two or more PickerTab widgets.

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

Implementation

final List<Widget> tabs;