tickBackgroundColor constant

CupertinoDynamicColor const tickBackgroundColor

The color of the tick marks which are not selected (the portion to the right of the thumb) of MacosSlider.

Implementation

static const tickBackgroundColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(220, 220, 220, 1),
  darkColor: Color.fromRGBO(70, 70, 70, 1),
);