tertiaryLabelColor constant

CupertinoDynamicColor const tertiaryLabelColor

The text of a label of lesser importance than a secondary label such as a label used to represent disabled text.

Implementation

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