benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

how to invert the selectedCallback? #13

Closed gladson closed 5 years ago

gladson commented 5 years ago

I want to invert the selection of the circular bottom navigation, by clicking on enabled it activates the other.

imaNNeo commented 5 years ago

I didn't get you

gladson commented 5 years ago

I didn't get you

Thanks for listening. I would like a way to reverse the selections.

For example in the tabitems listing the one that was enabled would appear as disabled.

imaNNeo commented 5 years ago

Sorry didn't get you again :)

gladson commented 5 years ago

Reverse selected to unselected

imaNNeo commented 5 years ago

Ok got it, We are not gonna handle this state because as you know in the bottom sheet there should be one selected item (as we should show a page in the app. so if you wanna achieve this, you can fork the project and change it as you want.

gladson commented 5 years ago

Ok got it, We are not gonna handle this state because as you know in the bottom sheet there should be one selected item (as we should show a page in the app. so if you wanna achieve this, you can fork the project and change it as you want.

Ok, thank you very much for the feedback.