BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
507 stars 368 forks source link

PersistentBottomNavBarItem Clickbale container #360

Open kheyrem opened 1 month ago

kheyrem commented 1 month ago

I'm encountering an issue with the PersistentBottomNavBarItem in Flutter. I'm observing that the clickable area for the item is limited to the icon itself, and clicking around the icon doesn't trigger the action. Additionally, there's no visual feedback, such as color change, not icon color change but hover color for the container, when the item is clicked. This problem might be due to the usage of GestureDetector instead of InkWell.