placeholderText constant

CupertinoDynamicColor const placeholderText

The color for placeholder text in controls or text views, equivalent to UIColor.placeholderText.

Implementation

static const CupertinoDynamicColor placeholderText = CupertinoDynamicColor(
  debugLabel: 'placeholderText',
  color: Color.fromARGB(76, 60, 60, 67),
  darkColor: Color.fromARGB(76, 235, 235, 245),
  highContrastColor: Color.fromARGB(96, 60, 60, 67),
  darkHighContrastColor: Color.fromARGB(96, 235, 235, 245),
  elevatedColor: Color.fromARGB(76, 60, 60, 67),
  darkElevatedColor: Color.fromARGB(76, 235, 235, 245),
  highContrastElevatedColor: Color.fromARGB(96, 60, 60, 67),
  darkHighContrastElevatedColor: Color.fromARGB(96, 235, 235, 245),
);