activeColor property

Color? activeColor
final

The color to use for the portion of the slider track that is active.

The "active" side of the slider is the side between the thumb and the minimum value.

Defaults to the active track color of the current SliderTheme.

Implementation

final Color? activeColor;