StacRadio constructor

const StacRadio({
  1. StacRadioType? radioType,
  2. dynamic value,
  3. String? groupId,
  4. StacAction? onChanged,
  5. StacMouseCursor? mouseCursor,
  6. bool? toggleable,
  7. StacColor? activeColor,
  8. StacColor? inactiveColor,
  9. StacColor? fillColor,
  10. StacColor? focusColor,
  11. StacColor? hoverColor,
  12. StacColor? overlayColor,
  13. double? splashRadius,
  14. StacMaterialTapTargetSize? materialTapTargetSize,
  15. StacVisualDensity? visualDensity,
  16. bool? autofocus,
  17. bool? useCheckmarkStyle,
  18. 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,
});