systemPurpleColor constant

CupertinoDynamicColor const systemPurpleColor

Implementation

static const systemPurpleColor = CupertinoDynamicColor.withBrightness(
  color: MacosColor(0xffAF52DE),
  darkColor: MacosColor(0xffBF5AF2),
);