Use case
I would like to listen to the state of a RadioListTile, CheckboxListTile or SwitchListTile (e.g., pressed or hovered) using a WidgetStatesController
Proposal
Add a statesController parameter to RadioListTile, CheckboxListTile, and SwitchListTile, which will be forwarded to the ListTile.
Use case
I would like to listen to the state of a
RadioListTile,CheckboxListTileorSwitchListTile(e.g.,pressedorhovered) using aWidgetStatesControllerProposal
Add a
statesControllerparameter toRadioListTile,CheckboxListTile, andSwitchListTile, which will be forwarded to theListTile.