tabs property

List<Widget> tabs
final

Typically a list of two or more widgets which are used as tab buttons.

The length of the list has to match the length of the views list.

Implementation

final List<Widget> tabs;