children property

List<Widget> children
final

One widget per tab. Its length must match the length of the GFTabBar.tabs list, as well as the controller's TabController.length.

Implementation

final List<Widget> children;