Is there any way to trigger onLongPress without user interaction?

前端 未结 0 377
广开言路
广开言路 2021-01-26 14:07
    GestureDetector(
      onLongPress: (){    
        print("LONG PRESS");
       },
    child:Text("......")),  

Now I want to trigger onLongPres         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题