blushPinkToPeach constant

LinearGradient const blushPinkToPeach

Implementation

static const LinearGradient blushPinkToPeach = LinearGradient(
  colors: [Color(0xffff9a9e), Color(0xfffad0c4)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);