gpt4 book ai didi

flutter - 将onTapUp事件与Inkwell一起使用

转载 作者:行者123 更新时间:2023-12-03 03:39:58 26 4
gpt4 key购买 nike

是否可以像在GestureDetector上那样在墨水池小部件中的onTapUp事件上运行代码?在onTapDown和onTapCancel等参数之间,onTapUp事件在参数之间不可用,这是一个错误吗?有什么办法可以使用它吗?

最佳答案

InkWell没有onTapUp属性。您可以使用InkWell包装GestureDetector:

GestureDetector(
onTapUp: () => youFunction(), // your function goes here
child: InkWell(...),
);

关于flutter - 将onTapUp事件与Inkwell一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57650424/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com