getSecondaryActiveColor method

Color getSecondaryActiveColor()

Returns the secondaryActiveColor of the matched Slider via Widget.toDiagnosticsNode

Implementation

Color getSecondaryActiveColor() {
  return getDiagnosticProp<Color>('secondaryActiveColor');
}