gradientFlowBlue property

ConnectionEffect gradientFlowBlue
final

Blue to cyan gradient flow

Implementation

static final ConnectionEffect gradientFlowBlue = GradientFlowEffect(
  colors: [Colors.blue, Colors.cyan, Colors.blue],
);