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