sunset constant

LinearGradient const sunset

A gradient that captures the warm and vibrant hues of a sunset.

Implementation

static const LinearGradient sunset = LinearGradient(
  colors: [Color(0xFFF7941D), Color(0xFFED1C24), Color(0xFFF26522)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);