systemPink constant

CupertinoDynamicColor const systemPink

A pink color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemPink = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemPink',
  color: Color.fromARGB(255, 255, 45, 85),
  darkColor: Color.fromARGB(255, 255, 55, 95),
  highContrastColor: Color.fromARGB(255, 211, 15, 69),
  darkHighContrastColor: Color.fromARGB(255, 255, 100, 130),
);