disabled gestureNavigation on bottomNavigation
This commit is contained in:
parent
bc60362984
commit
8bf5e5a06a
@ -97,7 +97,6 @@ class _AppState extends State<App> with WidgetsBindingObserver {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return PersistentTabView(
|
return PersistentTabView(
|
||||||
controller: App.bottomNavigator,
|
controller: App.bottomNavigator,
|
||||||
gestureNavigationEnabled: true,
|
|
||||||
navBarOverlap: const NavBarOverlap.none(),
|
navBarOverlap: const NavBarOverlap.none(),
|
||||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user