OudsSwitch constructor
const
OudsSwitch({
- Key? key,
- required bool value,
- ValueChanged<
bool> ? onChanged, - bool readOnly = false,
Implementation
const OudsSwitch({
super.key,
required this.value,
this.onChanged,
this.readOnly = false,
});