oceanBlue constant

LinearGradient const oceanBlue

A gradient that evokes the serene and refreshing colors of the ocean.

Implementation

static const LinearGradient oceanBlue = LinearGradient(
  colors: [Color(0xFF2E3192), Color(0xFF1BFFFF)],
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
);