inactiveColor property

Color? inactiveColor
final

The color of the track's inactive segments, i.e. the span of tracks between the min and the start thumb, and the end thumb and the max.

Defaults to ColorScheme.primary with 24% opacity.

Using a SliderTheme gives more fine-grained control over the appearance of various components of the slider.

Implementation

final Color? inactiveColor;