Tap feedback

Widgets & Design

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.

What have you tried so far?

Local variable with color change on container.

Did you check FlutterFlow's Documentation for this topic?
Yes
3 replies