opt.: refactor AppShellFunc

This commit is contained in:
lollipopkit
2023-08-05 15:19:37 +08:00
parent 432e3b1824
commit c406d92b82
6 changed files with 98 additions and 80 deletions

View File

@@ -456,6 +456,8 @@ class _DockerManagePageState extends State<DockerManagePage> {
subtitle: Text(_buildSubtitle(_docker.items!), style: grey),
),
);
// Bottom padding
items.add(height13);
return Column(
mainAxisSize: MainAxisSize.min,
children: items,