Answers for "flutter list title padding"

-1

flutter listview top padding

you should wrap the ListView with a MediaQuery.removePadding widget (with removeTop: true).
Posted by: Guest on June-04-2020

Code answers related to "Dart"

Browse Popular Code Answers by Language