juicyPeach constant

LinearGradient const juicyPeach

Implementation

static const LinearGradient juicyPeach = LinearGradient(
  colors: [Color(0xffFFDEE9), Color(0xffB5FFFC)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);