enable property

bool enable
final

是否可用。不可用的 FRadio 将无法通过点击改变当前状态。 通过 disableNormaldisableSelected 可以自定义不可用状态下的样式。

Usable? Unavailable FRadio will not be able to change the current state with a click. Through disableNormal and disableSelected you can customize the style in the unavailable state.

Implementation

final bool enable;