flutter-expandable
flutter-expandable copied to clipboard
How does the icon of each item change direction when I click on each item separately?
I have a list of many items ExpandablePanel inside, And changed my own icon How does the icon of each item change direction when I click on each item separately? Although I tried putting it inside addListener and noticed that controller.expanded has changed But when using controller.expanded to switch the rotation of the icon, it doesn't work