sunsetOrangeToPink constant

LinearGradient const sunsetOrangeToPink

Implementation

static const LinearGradient sunsetOrangeToPink = LinearGradient(
  colors: [Color(0xffff7e5f), Color(0xfffeb47b)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);