systemGrey constant

CupertinoDynamicColor const systemGrey

The base grey color.

See also:

Implementation

static const CupertinoDynamicColor systemGrey = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemGrey',
  color: Color.fromARGB(255, 142, 142, 147),
  darkColor: Color.fromARGB(255, 142, 142, 147),
  highContrastColor: Color.fromARGB(255, 108, 108, 112),
  darkHighContrastColor: Color.fromARGB(255, 174, 174, 178),
);