fix nav-bar issue (#1010)

Co-authored-by: fossephate <fosse@book.local>
This commit is contained in:
Matthew Fosse 2023-07-31 14:06:45 -04:00 committed by GitHub
parent b28f85350a
commit 962074c093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ class NavBar extends StatelessWidget implements ObstructingPreferredSizeWidget {
leading: leading,
automaticallyImplyLeading: false,
automaticallyImplyMiddle: false,
transitionBetweenRoutes: false,
middle: middle,
trailing: trailing,
backgroundColor: backgroundColor,