Is there a way to add tap feedback to a row in a listview? I have a listview with rows with a layout of different elements. When the row is tapped I navigate the user to a different page in the app.
When the row is tapped I want to show a ripple effect and if thats not possible at least a background color change (its wrapped in a container).
How can I achieve this?