systemYellow constant

CupertinoDynamicColor const systemYellow

A yellow color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemYellow = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemYellow',
  color: Color.fromARGB(255, 255, 204, 0),
  darkColor: Color.fromARGB(255, 255, 214, 10),
  highContrastColor: Color.fromARGB(255, 160, 90, 0),
  darkHighContrastColor: Color.fromARGB(255, 255, 212, 38),
);