Hello!
How do I get the selection of a ChoiceChips widget?
My particular use case is that I have PageView widget and I want to use the selected ChoiceChips item to navigate the PageView. But in the action to navigate the PageView, I cannot get the value from the ChoiceChips widget - it is in red, meaning I cannot select it as a data source.
Thanks!