CupertinoSwitchData constructor
CupertinoSwitchData({})
Implementation
CupertinoSwitchData({
super.widgetKey,
super.value,
super.onChanged,
super.activeColor,
super.dragStartBehavior,
super.focusNode,
super.autofocus,
super.onFocusChange,
this.trackColor,
this.thumbColor,
this.applyTheme,
this.focusColor,
this.offLabelColor,
this.onLabelColor,
});