systemOrange constant

CupertinoDynamicColor const systemOrange

An orange color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemOrange = CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemOrange',
  color: Color.fromARGB(255, 255, 149, 0),
  darkColor: Color.fromARGB(255, 255, 159, 10),
  highContrastColor: Color.fromARGB(255, 201, 52, 0),
  darkHighContrastColor: Color.fromARGB(255, 255, 179, 64),
);