systemGrey2 constant

CupertinoDynamicColor const systemGrey2

A second-level shade of grey.

See also:

Implementation

static const CupertinoDynamicColor systemGrey2 = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemGrey2',
  color: Color.fromARGB(255, 174, 174, 178),
  darkColor: Color.fromARGB(255, 99, 99, 102),
  highContrastColor: Color.fromARGB(255, 142, 142, 147),
  darkHighContrastColor: Color.fromARGB(255, 124, 124, 128),
);