radioGroup abstract method
Widget
radioGroup({
- List<
Widget> radioButtons, - String? label,
- String? description,
- LabelPosition labelPosition = LabelPosition.top,
- Axis orientation = Axis.vertical,
- ItemSize size = ItemSize.medium,
- bool emphasized = false,
- bool isRequired = false,
- bool isError = false,
- bool isDisabled = false,
- bool isReadOnly = false,
- String? erorrMessage,
Implementation
Widget radioGroup({
List<Widget> radioButtons,
String? label,
String? description,
LabelPosition labelPosition = LabelPosition.top,
Axis orientation = Axis.vertical,
ItemSize size = ItemSize.medium,
bool emphasized = false,
bool isRequired = false,
bool isError = false,
bool isDisabled = false,
bool isReadOnly = false,
String? erorrMessage,
});