79505333

Date: 2025-03-13 03:26:18
Score: 0.5
Natty:
Report link

try MediaQuery.removePadding

MediaQuery.removePadding(
  context: context,
  removeTop: true,
  removeRight: true,
  removeLeft: true,
  removeBottom: true,
  child: GridView.builder(
  )
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zhentao