systemMint constant

CupertinoDynamicColor const systemMint

A mint color that can adapt to the given BuildContext.

See also:

Implementation

static const CupertinoDynamicColor systemMint =
    CupertinoDynamicColor.withBrightnessAndContrast(
  debugLabel: 'systemMint',
  color: Color.fromARGB(255, 0, 199, 190),
  darkColor: Color.fromARGB(255, 99, 230, 226),
  highContrastColor: Color.fromARGB(255, 12, 129, 123),
  darkHighContrastColor: Color.fromARGB(255, 102, 212, 207),
);