DualSwitch constructor

const DualSwitch({
  1. Key? key,
  2. required ValueChanged<bool>? onChanged,
})

Implementation

const DualSwitch({super.key, required this.onChanged});