JsonRadioBuilderModel constructor

const JsonRadioBuilderModel(
  1. Map<String, dynamic> args, {
  2. Color? activeColor,
  3. required bool autofocus,
  4. AutovalidateMode? autovalidateMode,
  5. bool enabled = true,
  6. WidgetStateProperty<Color?>? fillColor,
  7. Color? focusColor,
  8. FocusNode? focusNode,
  9. dynamic groupValue,
  10. Color? hoverColor,
  11. String? id,
  12. String? label,
  13. MaterialTapTargetSize? materialTapTargetSize,
  14. MouseCursor? mouseCursor,
  15. void onChanged(
    1. dynamic
    )?,
  16. void onSaved(
    1. dynamic
    )?,
  17. WidgetStateProperty<Color?>? overlayColor,
  18. double? splashRadius,
  19. required bool toggleable,
  20. Validator? validator,
  21. dynamic value,
  22. VisualDensity? visualDensity,
})

Implementation

const JsonRadioBuilderModel(
  super.args, {
  this.activeColor,
  required this.autofocus,
  this.autovalidateMode,
  this.enabled = true,
  this.fillColor,
  this.focusColor,
  this.focusNode,
  this.groupValue,
  this.hoverColor,
  this.id,
  this.label,
  this.materialTapTargetSize,
  this.mouseCursor,
  this.onChanged,
  this.onSaved,
  this.overlayColor,
  this.splashRadius,
  required this.toggleable,
  this.validator,
  this.value,
  this.visualDensity,
});