sliderBackgroundColor constant

CupertinoDynamicColor const sliderBackgroundColor

The color of the slider in MacosSlider which is not selected (the portion to the right of the thumb).

Implementation

static const sliderBackgroundColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(0, 0, 0, 0.1),
  darkColor: Color.fromRGBO(255, 255, 255, 0.1),
);