quaternaryLabel constant

CupertinoDynamicColor const quaternaryLabel

The color for text labels containing quaternary content, equivalent to UIColor.quaternaryLabel.

Implementation

static const CupertinoDynamicColor quaternaryLabel = CupertinoDynamicColor(
  debugLabel: 'quaternaryLabel',
  color: Color.fromARGB(45, 60, 60, 67),
  darkColor: Color.fromARGB(40, 235, 235, 245),
  highContrastColor: Color.fromARGB(66, 60, 60, 67),
  darkHighContrastColor: Color.fromARGB(61, 235, 235, 245),
  elevatedColor: Color.fromARGB(45, 60, 60, 67),
  darkElevatedColor: Color.fromARGB(40, 235, 235, 245),
  highContrastElevatedColor: Color.fromARGB(66, 60, 60, 67),
  darkHighContrastElevatedColor: Color.fromARGB(61, 235, 235, 245),
);