gradientRed property
Gradient Colors
Implementation
static Gradient gradientRed = const LinearGradient(
colors: [Color(0xffff6034), Color(0xffee0a24)],
);
Gradient Colors
static Gradient gradientRed = const LinearGradient(
colors: [Color(0xffff6034), Color(0xffee0a24)],
);