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