fix nav-bar issue (#1010)

Co-authored-by: fossephate <fosse@book.local>

Matthew Fosse committed Jul 31, 2023 at 14:06 UTC 962074c093e14b6db16b7cd4cd4d0f117118f8e9
1 file changed +1
lib/src/widgets/nav_bar.dart
+1
@@ -66,6 +66,7 @@ class NavBar extends StatelessWidget implements ObstructingPreferredSizeWidget {
66 leading: leading,
67 automaticallyImplyLeading: false,
68 automaticallyImplyMiddle: false,
69 + transitionBetweenRoutes: false,
70 middle: middle,
71 trailing: trailing,
72 backgroundColor: backgroundColor,