Make Image.asset have ripple effect on tap flutter
I am trying to make my Image.asset() in Flutter have a ripple effect whenever the image is tapped Below are my image assets Image.asset('images/ic_close.png') I have tried placing it inside InkWell and providing a splash color but it's also not…