flutter中的=>表示什么

// =>是return语句的简写
add3(a, b) => a + b; 
原文地址:https://www.cnblogs.com/gaozhang12345/p/11947346.html