children property

List<Widget> children
final

One widget per tab.

Its length must match the length of the TabBar.tabs list, as well as the controller's TabController.length.

Implementation

final List<Widget> children;