inactiveTrackColor property

Color? inactiveTrackColor
final

The color to use on the track when this switch is off.

Defaults to the colors described in the Material design specification.

Ignored if this switch is created with Switch.adaptive.

Implementation

final Color? inactiveTrackColor;