OudsSwitchButtonItem constructor
const
OudsSwitchButtonItem({})
Implementation
const OudsSwitchButtonItem({
super.key,
required this.value,
required this.onChanged,
required this.title,
this.helperTitle,
this.icon,
this.reversed = false,
this.readOnly = false,
this.isError = false,
this.errorText,
this.enabled = true,
this.divider = false,
this.constrainedMaxWidth = false,
});