Radio<T> constructor
const
Radio<T> ({})
Creates a new Radio.
Implementation
const Radio({
required this.value,
required this.groupValue,
required this.label,
required this.onChanged,
this.focused = false,
this.style = Style.empty,
this.focusedStyle = const Style(modifiers: Modifier.reverse),
});