activeColor property
final
The color of the track's active segment, i.e. the span of track between the thumbs.
Defaults to ColorScheme.primary.
Using a SliderTheme gives more fine-grained control over the appearance of various components of the slider.
Implementation
final Color? activeColor;