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