listview top gap flutter code example
Example: flutter listview top padding
you should wrap the ListView with a MediaQuery.removePadding widget (with removeTop: true).
you should wrap the ListView with a MediaQuery.removePadding widget (with removeTop: true).