FRadio constructor
const
FRadio({
- FRadioStyle? style,
- Widget? label,
- Widget? description,
- Widget? error,
- String? semanticLabel,
- bool value = false,
- ValueChanged<
bool> ? onChange, - bool enabled = true,
- bool autofocus = false,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - Key? key,
Creates a FRadio.
Implementation
const FRadio({
this.style,
this.label,
this.description,
this.error,
this.semanticLabel,
this.value = false,
this.onChange,
this.enabled = true,
this.autofocus = false,
this.focusNode,
this.onFocusChange,
super.key,
});