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