secondaryLabelColor constant

CupertinoDynamicColor const secondaryLabelColor

The text of a label of lesser importance than a primary label, such as a label used to represent a subheading or additional information.

Implementation

static const secondaryLabelColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(0, 0, 0, 0.5),
  darkColor: Color.fromRGBO(255, 255, 255, 0.55),
);