inactiveTrackColor property
final
The color to use for the track when the switch is off.
Defaults to CupertinoColors.secondarySystemFill when null.
See also:
- activeTrackColor, the color to use for the track when the switch is on.
Implementation
final Color? inactiveTrackColor;