vTabs property

List<Widget> vTabs
final

Typically a list of two or more VMatTab widgets.

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

Implementation

final List<Widget> vTabs;