inactiveColor property

Color? inactiveColor
final

The color for the inactive portion of the slider track.

The "inactive" side of the slider is the side between the thumb and the maximum value.

Defaults to the inactive track color of the current SliderTheme.

Implementation

final Color? inactiveColor;