ArcaneToggleButton constructor
const
ArcaneToggleButton({})
Implementation
const ArcaneToggleButton({
required this.value,
this.onChanged,
this.label,
this.icon,
this.size = CycleButtonSize.medium,
this.disabled = false,
this.id,
this.attributes,
super.key,
});