controlColor constant

CupertinoDynamicColor const controlColor

The surface of a control.

Implementation

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