children property

Map<T, 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 Map<T, Widget> children;