OudsListSwitch constructor
Creates an OUDS Switch list.
Implementation
const OudsListSwitch({
super.key,
required this.title,
required this.value,
required this.onChanged,
this.icon,
this.enabled = true,
});
Creates an OUDS Switch list.
const OudsListSwitch({
super.key,
required this.title,
required this.value,
required this.onChanged,
this.icon,
this.enabled = true,
});