systemRed constant

CupertinoDynamicColor const systemRed

A red color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemRed = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemRed',
  color: Color.fromARGB(255, 255, 59, 48),
  darkColor: Color.fromARGB(255, 255, 69, 58),
  highContrastColor: Color.fromARGB(255, 215, 0, 21),
  darkHighContrastColor: Color.fromARGB(255, 255, 105, 97),
);