groupValue property

T? groupValue
final

The identifier of the widget that is currently selected.

This must be one of the keys in the Map of children. If this attribute is null, no widget will be initially selected.

Implementation

final T? groupValue;