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