primaryRed property

Color primaryRed

Implementation

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