frostBlue constant

LinearGradient const frostBlue

Implementation

static const LinearGradient frostBlue = LinearGradient(
  colors: [Color(0xff83a4d4), Color(0xffb6fbff)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);