Currently, I have a library in flutter https://pub.dev/packages/curved_navigation_bar and already implemented it in my project, but the problem is that when you navigating on item, icon color of selected item doesn't change. Is it possible to dynamically change icon color of selected item?
This is what by default:
And this is what I need:
Thanks!

