StacRadio constructor
const
StacRadio({
- StacRadioType? radioType,
- dynamic value,
- String? groupId,
- StacAction? onChanged,
- StacMouseCursor? mouseCursor,
- bool? toggleable,
- StacColor? activeColor,
- StacColor? inactiveColor,
- StacColor? fillColor,
- StacColor? focusColor,
- StacColor? hoverColor,
- StacColor? overlayColor,
- double? splashRadius,
- StacMaterialTapTargetSize? materialTapTargetSize,
- StacVisualDensity? visualDensity,
- bool? autofocus,
- bool? useCheckmarkStyle,
- bool? useCupertinoCheckmarkStyle,
Creates a StacRadio.
Implementation
const StacRadio({
this.radioType,
this.value,
this.groupId,
this.onChanged,
this.mouseCursor,
this.toggleable,
this.activeColor,
this.inactiveColor,
this.fillColor,
this.focusColor,
this.hoverColor,
this.overlayColor,
this.splashRadius,
this.materialTapTargetSize,
this.visualDensity,
this.autofocus,
this.useCheckmarkStyle,
this.useCupertinoCheckmarkStyle,
});