tertiarySystemFill constant

CupertinoDynamicColor const tertiarySystemFill

An overlay fill color for large shapes, equivalent to UIColor.tertiarySystemFill.

Implementation

static const CupertinoDynamicColor tertiarySystemFill = CupertinoDynamicColor(
  debugLabel: 'tertiarySystemFill',
  color: Color.fromARGB(30, 118, 118, 128),
  darkColor: Color.fromARGB(61, 118, 118, 128),
  highContrastColor: Color.fromARGB(51, 118, 118, 128),
  darkHighContrastColor: Color.fromARGB(81, 118, 118, 128),
  elevatedColor: Color.fromARGB(30, 118, 118, 128),
  darkElevatedColor: Color.fromARGB(61, 118, 118, 128),
  highContrastElevatedColor: Color.fromARGB(51, 118, 118, 128),
  darkHighContrastElevatedColor: Color.fromARGB(81, 118, 118, 128),
);