Skip to content

Commit

Permalink
disable some animations on main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 28, 2024
1 parent 4c95a16 commit 07807c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Frontend/pages/shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class _NavigationDrawerExampleState extends ConsumerState<NavigationDrawerExampl
mediumBreakpoint: const WidthPlatformBreakpoint(begin: 700, end: 1000),
largeBreakpoint: const WidthPlatformBreakpoint(begin: 1000),
useDrawer: false,
internalAnimations: false,
transitionDuration: Duration.zero,
appBarBreakpoint: const WidthPlatformBreakpoint(begin: 0),
selectedIndex: screenIndex,
onSelectedIndexChange: (int index) {
Expand Down

0 comments on commit 07807c9

Please sign in to comment.