rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
694 stars 242 forks source link

Allow tapping on the whole NavButton #52

Closed Desno365 closed 4 years ago

Desno365 commented 4 years ago

Allow tapping on the whole NavButton other than only on the child.

behavior: HitTestBehavior.translucent, This simple change allows the GestureDetector to detect taps also on the translucent part of the screen. This makes it easier for users to click on the NavButton for example when the icon is very small.