lushForest constant
LinearGradient
const lushForest
A gradient that represents the rich and lively greens of a lush forest.
Implementation
static const LinearGradient lushForest = LinearGradient(
colors: [Color(0xFF009245), Color(0xFFFCEE21)],
begin: Alignment.topLeft,
end: Alignment.bottomRight,
);