systemCyan constant

CupertinoDynamicColor const systemCyan

A cyan color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemCyan =
    CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemCyan',
  color: Color.fromARGB(255, 50, 173, 230),
  darkColor: Color.fromARGB(255, 100, 210, 255),
  highContrastColor: Color.fromARGB(255, 0, 113, 164),
  darkHighContrastColor: Color.fromARGB(255, 112, 215, 255),
);