fix safeareas

This commit is contained in:
Christien Rioux 2025-03-18 15:34:39 -04:00
parent 0d888363ff
commit 3c95c9d1a3
9 changed files with 51 additions and 194 deletions

View file

@ -260,8 +260,7 @@ class _DeveloperPageState extends State<DeveloperPage> {
),
body: GestureDetector(
onTap: () => FocusScope.of(context).unfocus(),
child: SafeArea(
child: Column(children: [
child: Column(children: [
Stack(alignment: AlignmentDirectional.center, children: [
Image.asset('assets/images/ellet.png'),
TerminalView(globalDebugTerminal,
@ -333,7 +332,7 @@ class _DeveloperPageState extends State<DeveloperPage> {
}
},
).paddingAll(4)
]))));
])));
}
////////////////////////////////////////////////////////////////////////////