This commit is contained in:
Tomas Dvorak
2026-01-04 17:28:01 +01:00
parent 37ffb93923
commit 71af3a0828
15 changed files with 103 additions and 147 deletions
+4 -1
View File
@@ -37,7 +37,10 @@ class AppScaffold extends StatelessWidget {
actions: actions,
)
: null,
body: SafeArea(child: body),
body: body,
extendBodyBehindAppBar: true,
extendBody: true,
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
floatingActionButton: floatingActionButton,
bottomNavigationBar: bottomNavigationBar,
);