How to add ripple effect when press on pressableBox
tbm98 opened this issue · 1 comments
tbm98 commented
Use case
Use pressableBox
Proposal
Have effect look like android, ios native
tilucasoli commented
This happens because Inkwell
creates the animation behind the container decoration, and in short, what we've been doing with attributes is joining all of them and creating a BoxDecoration
. Therefore, the InkWell
couldn't work as expected.
We are constantly improving our API and features. Animations are one of our next areas of study. When we have more details, we let you know.