backgroundGradient constant
Implementation
static const LinearGradient backgroundGradient = LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [gradientStart, gradientEnd],
);
static const LinearGradient backgroundGradient = LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [gradientStart, gradientEnd],
);