getInactiveColor method

Color getInactiveColor()

Returns the inactiveColor of the matched Slider via Widget.toDiagnosticsNode

Implementation

Color getInactiveColor() {
  return getDiagnosticProp<Color>('inactiveColor');
}