This commit is contained in:
tao
2025-08-29 13:36:26 +08:00
parent ec7848ad57
commit 6a9c801bd2
9 changed files with 75 additions and 44 deletions

View File

@@ -22,7 +22,7 @@ class AppBackend extends StatelessWidget {
stops: [0, 0.6, 1],
),
),
child: child,
child: SafeArea(child: child),
);
}
}