systemYellowColor constant

CupertinoDynamicColor const systemYellowColor

Implementation

static const systemYellowColor = CupertinoDynamicColor.withBrightness(
  color: MacosColor(0xffFF9F0A),
  darkColor: MacosColor(0xffFFD60A),
);