add arg to safearea specifying what kind of padding should it use
This commit is contained in:
parent
347ba7aae5
commit
1f26bf70ae
|
@ -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()),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue