GvcZhang

Results 5 comments of GvcZhang

> ```dart > TextButton(onPressed: () => onBtnPress(), child: Text("Text Button")) > > @FunctionLog() > void onBtnPress() { > // do something > } > ``` > > 这样不行吗 可以,但是这个需要定义一个方法。

Are you talking with youself?