container padding top list_item_padding_top 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).