disabledControlTextColor constant

CupertinoDynamicColor const disabledControlTextColor

The text of a control that’s disabled.

Implementation

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