Switcher constructor
const
Switcher({})
Implementation
const Switcher({
Key? key,
required this.value,
this.duration,
this.enabledColor,
this.disabledColor,
this.circleColor,
this.onChanged,
this.disabled = false,
}) : super(key: key);