enabled property
final
Whether this widget is interactive.
If not provided, this widget will be interactable if one of the following is true:
- A onChanged is provided.
- Having a RadioGroup with the same type T above this widget.
- A groupRegistry is provided.
If this is set to true, one of the above condition must also be true. Otherwise, an assertion error is thrown.
Implementation
final bool? enabled;