flutter中的=>表示什么

// =>是return语句的简写
add3(a, b) => a + b; 

 

posted on 2019-11-28 10:34  高彰  阅读(1659)  评论(0编辑  收藏  举报

导航