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