Set the padding of the GridView to zero
GridView.builder( // Add this line padding: EdgeInsets.zero, {...} )