quaternaryLabelColor constant

CupertinoDynamicColor const quaternaryLabelColor

The text of a label of lesser importance than a tertiary label such as watermark text.

Implementation

static const quaternaryLabelColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(0, 0, 0, 0.1),
  darkColor: Color.fromRGBO(255, 255, 255, 0.1),
);