groupValue property

T? groupValue
final

The currently selected value for a group of color buttons.

This color button is considered selected if its value matches the groupValue.

Implementation

final T? groupValue;