primaryRed property

Color get primaryRed

Implementation

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