79729596

Date: 2025-08-08 09:47:59
Score: 0.5
Natty:
Report link

You can adjust the gradient with the code below

const LinearGradient(
  colors: [Colors.blue, Colors.black, Colors.black],
  stops: [0.0, 0.5, 1.0], // Adjust stops to control the gradient spread
  begin: Alignment.centerLeft, // Start from left
  end: Alignment.centerRight, // End at right
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AFAQ AWAN