systemPinkColor constant

CupertinoDynamicColor const systemPinkColor

Implementation

static const systemPinkColor = CupertinoDynamicColor.withBrightness(
  color: MacosColor(0xffFF2D55),
  darkColor: MacosColor(0xffFF375F),
);