GvcZhang
Results
5
comments of
GvcZhang
估计不更新了
我在上面的群里了
> ```dart > TextButton(onPressed: () => onBtnPress(), child: Text("Text Button")) > > @FunctionLog() > void onBtnPress() { > // do something > } > ``` > > 这样不行吗 可以,但是这个需要定义一个方法。
Are you talking with youself?