FSelectGroupItem<T>.radio constructor
const
FSelectGroupItem<T>.radio ({})
Creates a radio button wrapped in a FSelectGroupItem.
Implementation
const factory FSelectGroupItem.radio({
required T value,
FRadioSelectGroupStyle? style,
Widget? label,
Widget? description,
Widget? error,
String? semanticLabel,
bool enabled,
bool autofocus,
FocusNode? focusNode,
ValueChanged<bool>? onFocusChange,
Key? key,
}) = _Radio<T>;