Closed agordeev closed 4 years ago
I tried to wrap Item with InkWell to get the ripple effect, but it didn't work. Neither IconButton show it. Does anybody have any ideas what preventing the ripple effect from appearing?
Item
InkWell
IconButton
The issue is unrelated to the library. Wrapping InkWell with Material widget resolved it.
Material
I tried to wrap
Item
withInkWell
to get the ripple effect, but it didn't work. NeitherIconButton
show it. Does anybody have any ideas what preventing the ripple effect from appearing?