controlTextColor constant

CupertinoDynamicColor const controlTextColor

The text of a control that isn’t disabled.

Implementation

static const controlTextColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(0, 0, 0, 0.85),
  darkColor: MacosColor(0xffddddde),
);