79505324

Date: 2025-03-13 03:18:15
Score: 1
Natty:
Report link

Set the padding of the GridView to zero

GridView.builder(
// Add this line
  padding: EdgeInsets.zero,
  {...}
)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Daniel Onadipe