getActiveColor method

Color getActiveColor()

Returns the activeColor of the matched Slider via Widget.toDiagnosticsNode

Implementation

Color getActiveColor() {
  return getDiagnosticProp<Color>('activeColor');
}