systemGrey6 constant

CupertinoDynamicColor const systemGrey6

A sixth-level shade of grey.

See also:

Implementation

static const CupertinoDynamicColor systemGrey6 = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemGrey6',
  color: Color.fromARGB(255, 242, 242, 247),
  darkColor: Color.fromARGB(255, 28, 28, 30),
  highContrastColor: Color.fromARGB(255, 235, 235, 240),
  darkHighContrastColor: Color.fromARGB(255, 36, 36, 38),
);