sunnyMorning constant

LinearGradient const sunnyMorning

Implementation

static const LinearGradient sunnyMorning = LinearGradient(
  colors: [Color(0xfff6d365), Color(0xfffda085)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);