systemIndigo constant

CupertinoDynamicColor const systemIndigo

An indigo color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemIndigo = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemIndigo',
  color: Color.fromARGB(255, 88, 86, 214),
  darkColor: Color.fromARGB(255, 94, 92, 230),
  highContrastColor: Color.fromARGB(255, 54, 52, 163),
  darkHighContrastColor: Color.fromARGB(255, 125, 122, 255),
);