BilalShahid13 / PersistentBottomNavBar

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

Unselect (Unactive) NavBarIcon after pushNewScreen #313

Open Aziz-cs opened 1 year ago

Aziz-cs commented 1 year ago

Hello, Great package and good job! I wonder if there is a way after PersistentNavBarNavigator.pushNewScreen is to show all NavBarIcons with InActive colors (Nothing selected).

For example on attached screenshot, I want after making this command [PersistentNavBarNavigator.pushNewScreen] from an opened Tab (The most left one) to remove the White Color and the upper dash to the default one like the unselected right items. Simulator Screen Shot - iPhone 13 Pro Max - 2022-11-12 at 09 52 48

Is it possible to do that?