📜  如何在 Flutter 中为 Listview 提供底部填充 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:08.938000             🧑  作者: Mango

代码示例1
// Add a bottom padding to Listview in Flutter
padding: const EdgeInsets.only(bottom: kFloatingActionButtonMargin + 48)