add arg to safearea specifying what kind of padding should it use

This commit is contained in:
krawieck 2021-01-26 22:19:26 +01:00
parent 347ba7aae5
commit 1f26bf70ae
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ class _ManageAccount extends HookWidget {
),
child: const Text('DELETE ACCOUNT'),
),
const SafeArea(child: SizedBox.shrink()),
const SafeArea(top: false, child: SizedBox.shrink()),
],
);
}