checked property
Whether this radio button is checked.
To control this value, set value and groupValue appropriately.
Implementation
bool get checked => value == groupValue;
Whether this radio button is checked.
To control this value, set value and groupValue appropriately.
bool get checked => value == groupValue;