views property

List<Widget> views
final

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

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

Implementation

final List<Widget> views;