CyberRadioBox constructor
const
CyberRadioBox({})
Implementation
const CyberRadioBox({
super.key,
required this.text,
required this.group,
required this.value,
this.label,
this.labelStyle,
this.enabled = true,
this.isVisible = true,
this.onChanged,
this.onLeaver,
this.activeColor,
this.fillColor,
this.size,
});