sliderThumbColor constant

CupertinoDynamicColor const sliderThumbColor

The color of the thumb of MacosSlider.

Implementation

static const sliderThumbColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(255, 255, 255, 1),
  darkColor: Color.fromRGBO(152, 152, 157, 1),
);