radioGroup abstract method

Widget radioGroup({
  1. List<Widget> radioButtons,
  2. String? label,
  3. String? description,
  4. LabelPosition labelPosition = LabelPosition.top,
  5. Axis orientation = Axis.vertical,
  6. ItemSize size = ItemSize.medium,
  7. bool emphasized = false,
  8. bool isRequired = false,
  9. bool isError = false,
  10. bool isDisabled = false,
  11. bool isReadOnly = false,
  12. 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,
});