quaternarySystemFill constant

CupertinoDynamicColor const quaternarySystemFill

An overlay fill color for large areas containing complex content, equivalent to UIColor.quaternarySystemFill.

Implementation

static const CupertinoDynamicColor quaternarySystemFill = CupertinoDynamicColor(
  debugLabel: 'quaternarySystemFill',
  color: Color.fromARGB(20, 116, 116, 128),
  darkColor: Color.fromARGB(45, 118, 118, 128),
  highContrastColor: Color.fromARGB(40, 116, 116, 128),
  darkHighContrastColor: Color.fromARGB(66, 118, 118, 128),
  elevatedColor: Color.fromARGB(20, 116, 116, 128),
  darkElevatedColor: Color.fromARGB(45, 118, 118, 128),
  highContrastElevatedColor: Color.fromARGB(40, 116, 116, 128),
  darkHighContrastElevatedColor: Color.fromARGB(66, 118, 118, 128),
);