flutter 点击事件写法

onTapUp: _onTapDown,

void _onTapDown(TapUpDetails details) async {
    
    }

或者是

      onTapDown: (e){
    
    
                          selectCommonWordIndex = index;
                          mySetState(() {
    
    });
                        },

猜你喜欢

转载自blog.csdn.net/weixin_44911775/article/details/129316935