CToggleProps constructor
CToggleProps({})
Implementation
CToggleProps({
required this.onToggle,
required this.enable,
required this.value,
required this.labelText,
required this.size,
required this.showStatusLabel,
});