mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
fix nav-bar issue (#1010)
Co-authored-by: fossephate <fosse@book.local>
This commit is contained in:
parent
b28f85350a
commit
962074c093
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class NavBar extends StatelessWidget implements ObstructingPreferredSizeWidget {
|
|||
leading: leading,
|
||||
automaticallyImplyLeading: false,
|
||||
automaticallyImplyMiddle: false,
|
||||
transitionBetweenRoutes: false,
|
||||
middle: middle,
|
||||
trailing: trailing,
|
||||
backgroundColor: backgroundColor,
|
||||
|
|
Loading…
Reference in a new issue