PlatformSwitch constructor
const
PlatformSwitch({})
Implementation
const PlatformSwitch({
super.key,
required this.value,
required this.onChanged,
this.activeColor,
this.inactiveThumbColor,
this.inactiveTrackColor,
this.activeTrackColor,
this.cupertinoActiveColor,
this.cupertinoTrackColor,
this.thumbColor,
});