Flutter: Why does my ListView/ ListBuilder widget build with an empty space before my widgets?
As you can see above my ListView.builder is placing a margin prior to the actual widgets within the list. Is there any way to avoid this? I've looked throughout the widget tree for all of my alignment, padding and margins…