DualSwitch constructor
const
DualSwitch({})
Implementation
const DualSwitch({super.key,
required this.onChanged,
this.acceptText,
this.acceptedText,
this.rejectText,
this.rejectedText,
this.acceptColor,
this.rejectColor,
this.centerIcon,
this.reset = true
});