activeTrackColor property
final
The color to use on the track when this switch is on.
Defaults to ColorScheme.secondary with the opacity set at 50%.
If trackColor returns a non-null color in the MaterialState.selected state, it will be used instead of this color.
Implementation
final Color? activeTrackColor;