knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
336 stars 98 forks source link

Material ripple effect not working #14

Closed agordeev closed 4 years ago

agordeev commented 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?

agordeev commented 4 years ago

The issue is unrelated to the library. Wrapping InkWell with Material widget resolved it.