systemPurple constant

CupertinoDynamicColor const systemPurple

A purple color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemPurple = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemPurple',
  color: Color.fromARGB(255, 175, 82, 222),
  darkColor: Color.fromARGB(255, 191, 90, 242),
  highContrastColor: Color.fromARGB(255, 137, 68, 171),
  darkHighContrastColor: Color.fromARGB(255, 218, 143, 255),
);