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.
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.