gradientFlowBlue property
Blue to cyan gradient flow
Implementation
static final ConnectionEffect gradientFlowBlue = GradientFlowEffect(
colors: [Colors.blue, Colors.cyan, Colors.blue],
);
Blue to cyan gradient flow
static final ConnectionEffect gradientFlowBlue = GradientFlowEffect(
colors: [Colors.blue, Colors.cyan, Colors.blue],
);