children property

List<Widget> children
final

The identifying keys and corresponding widget values in the segmented control.

The map must have more than one entry. This attribute must be an ordered Map such as a LinkedHashMap.

Implementation

final List<Widget> children;