winterMorning constant
LinearGradient
const winterMorning
A gradient that mirrors the cool and tranquil tones of a winter morning.
Implementation
static const LinearGradient winterMorning = LinearGradient(
colors: [Color(0xFFB2D1E0), Color(0xFFE0E6E9)],
begin: Alignment.topLeft,
end: Alignment.bottomRight,
);