I have a listview with dynamic children where i want each child to be tappable.
The thing im trying to figure out is how to give the user a visual feedback on tap, like the ink/splash effect on buttons where it gets a bit ”darker” on press.
I know some suggest adding a variable to handle it like isPressed but that really dosnt feel optimal since it wont always fire properly.
I cant seem to find how to properly do this. Do i need custom code? Is there a widget i miss? Any suggestions are helpful.