groupValue property

T? groupValue
final

单选组当前选中的值。当 groupValue == value 时,进入选中状态。

The currently selected value of the radio group. When groupValue == value, enter the selected state.

Implementation

final T? groupValue;