Answers for "flutter listview top padding"

1

how to give bottom padding in Listview in flutter

// Add a bottom padding to Listview in Flutter
padding: const EdgeInsets.only(bottom: kFloatingActionButtonMargin + 48)
Posted by: Guest on January-05-2021
-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