labelColor constant

CupertinoDynamicColor const labelColor

The text of a label containing primary content.

Implementation

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