gold property

Color gold

Implementation

Color get gold => brightness == Brightness.light
    ? LightColorPalette.gold
    : DarkColorPalette.gold;