admin管理员组文章数量:1318156
I'm trying to make a puzzle and I have a Stack
with multiple images overlayed on top of each other. Every puzzle piece image has transparent parts allowing all the puzzle parts to appear to fit snuggly together. However, it seems like despite the transparency, each piece still maintains the original image dimensions and prevents me from tapping any other pieces below them in the stack.
Is there a way, other than manually clipping all these pieces, to have flutter automatically ignore the transparent parts of images and allow gestures to only register on the non-transparent pieces themselves?
本文标签: flutterpossible pass gesture through transparent parts of imageStack Overflow
版权声明:本文标题:flutter - possible pass gesture through transparent parts of image? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742041931a2417587.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论