fluttercandies / left-scroll-actions

Flutter的左滑删除组件
MIT License
82 stars 15 forks source link

如果组件不是居左的话,左滑会把左边的Container遮挡 #10

Closed atheist1 closed 4 years ago

atheist1 commented 4 years ago

左右两个Container,右边的子组件里有这个组件,左滑动作触发超出的部分会遮挡左边的部分,请问有啥好的解决方案没

mjl0602 commented 4 years ago

ClipRect即可

atheist1 commented 4 years ago

感谢!