gradientBrightBlueBlue top-level constant

LinearGradient const gradientBrightBlueBlue

Implementation

const LinearGradient gradientBrightBlueBlue = LinearGradient(
  colors: [Color(0xFF487BE3), Color(0xFF2D55CC)],
  begin: Alignment.bottomLeft,
  end: Alignment.topRight,
  stops: [0.4, 0.7],
  tileMode: TileMode.repeated,
);