I am Relatively new to Flutter Development, and while i was learning i came across the Ink Widgets that responds to touches while also showing some animation splash effect.
But, there are two almost similar type of widgets that is InkWell and InkResponse.
I could not find proper difference between those two from its class properties.
So, Can somebody explain what is the Main Difference between those two and, in which scenario i can use them.
Thanks.