I am using a Floating Nav Bar for my main nav pages but also have a listing page that can be accessed from any nav bar page, and I am passing a page parameter to let the listing page know which nav bar icon to highlight (depending on which page the user came from). But I cannot find a way to change the nav bar icon color based on a conditional value. Is this possible in FlutterFlow?
*Note: this listing page does not have it's own nav bar icon, hence why I need to highlight one of the main page icons. It would be similar to instagram where if you view a post from the "Explore" page, the "Explore" nav bar icon will stay highlighted.