NormalSwitch constructor

const NormalSwitch({
  1. Key? key,
  2. ValueChanged<bool>? onChanged,
  3. bool? isSwitched = false,
})

Implementation

const NormalSwitch({super.key, this.onChanged, this.isSwitched = false});