I want to remove the spaces between gridview children. I will provide an image of what I need and what below respectively. I used the GridView() by the way.
GridView(
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(crossAxisCount: 3, ),
children: <Widget>[
...sections
],
),
sections is a list of widgets.
apologise, I am unable to show images my questions yet.
