Skip to content

Commit

Permalink
remove second body on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Mar 25, 2024
1 parent 9467839 commit d56646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/Shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class _NavigationDrawerExampleState extends ConsumerState<NavigationDrawerExampl
),
),
// Define a default secondaryBody.
secondaryBody: AdaptiveScaffold.emptyBuilder,
//secondaryBody: AdaptiveScaffold.emptyBuilder,
// Override the default secondaryBody during the smallBreakpoint to be
// empty. Must use AdaptiveScaffold.emptyBuilder to ensure it is properly
// overridden.
Expand Down

0 comments on commit d56646e

Please sign in to comment.