children property

List<Widget>? children
final

List of views.

The list index corresponds to the tab.

You can have either children or a bodyBuilder, not both.

Implementation

final List<Widget>? children;