### Use case I would like to listen to the state of an ExpansionTile (e.g., pressed or hovered) using a WidgetStatesController ### Proposal Add a `statesController` parameter to `ExpansionTile`, which will be forwarded to the `ListTile`.
Use case
I would like to listen to the state of an ExpansionTile (e.g., pressed or hovered) using a WidgetStatesController
Proposal
Add a
statesControllerparameter toExpansionTile, which will be forwarded to theListTile.