systemGrey4 constant

CupertinoDynamicColor const systemGrey4

A fourth-level shade of grey.

See also:

Implementation

static const CupertinoDynamicColor systemGrey4 = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemGrey4',
  color: Color.fromARGB(255, 209, 209, 214),
  darkColor: Color.fromARGB(255, 58, 58, 60),
  highContrastColor: Color.fromARGB(255, 188, 188, 192),
  darkHighContrastColor: Color.fromARGB(255, 68, 68, 70),
);