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