secondarySystemFill constant

CupertinoDynamicColor const secondarySystemFill

An overlay fill color for medium-size shapes, equivalent to UIColor.secondarySystemFill.

Implementation

static const CupertinoDynamicColor secondarySystemFill = CupertinoDynamicColor(
  debugLabel: 'secondarySystemFill',
  color: Color.fromARGB(40, 120, 120, 128),
  darkColor: Color.fromARGB(81, 120, 120, 128),
  highContrastColor: Color.fromARGB(61, 120, 120, 128),
  darkHighContrastColor: Color.fromARGB(102, 120, 120, 128),
  elevatedColor: Color.fromARGB(40, 120, 120, 128),
  darkElevatedColor: Color.fromARGB(81, 120, 120, 128),
  highContrastElevatedColor: Color.fromARGB(61, 120, 120, 128),
  darkHighContrastElevatedColor: Color.fromARGB(102, 120, 120, 128),
);