red property

MaterialColor get red

Implementation

static MaterialColor get red => Colify.isDark ? _redDark : _redLight;