tunitowen / fancy_bottom_navigation

Flutter plugin - FancyBottomNavigation
Apache License 2.0
771 stars 187 forks source link

Button can be clicked even if it is covered by the navigation icon #50

Open michaelchow2324 opened 4 years ago

michaelchow2324 commented 4 years ago

image When i used the plugin, i found that if there is a button under the upper half of the icon button (like the "Home" button in the picture), it will still be clickable. So Is it possible to disable the gesture detection if it is covered by the navigation button?