sunnyDay constant
LinearGradient
const sunnyDay
A gradient that radiates the bright and cheerful colors of a sunny day.
Implementation
static const LinearGradient sunnyDay = LinearGradient(
colors: [Color(0xFFFFD500), Color(0xFFFF8C00)],
begin: Alignment.topLeft,
end: Alignment.bottomRight,
);