MaterialRadioData constructor
MaterialRadioData({
- MouseCursor? mouseCursor,
- Color? hoverColor,
- MaterialStateProperty<
Color?> ? overlayColor, - double? splashRadius,
- MaterialTapTargetSize? materialTapTargetSize,
- VisualDensity? visualDensity,
- MaterialStateProperty<
Color?> ? fillColor, - Key? widgetKey,
- dynamic value,
- dynamic groupValue,
- ValueChanged? onChanged,
- bool? toggleable,
- Color? activeColor,
- Color? focusColor,
- FocusNode? focusNode,
- bool? autofocus,
Implementation
MaterialRadioData({
//Material
this.mouseCursor,
this.hoverColor,
this.overlayColor,
this.splashRadius,
this.materialTapTargetSize,
this.visualDensity,
this.fillColor,
// Common
super.widgetKey,
super.value,
super.groupValue,
super.onChanged,
super.toggleable,
super.activeColor,
super.focusColor,
super.focusNode,
super.autofocus,
});