ToggleButton constructor
const
ToggleButton({})
Implementation
const ToggleButton({
required this.value,
this.onChanged,
this.label,
this.icon,
this.size = ButtonSize.medium,
this.disabled = false,
super.key,
});