📜  意外的文本延迟颤动 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:19.097000             🧑  作者: Mango

代码示例1
late is for projects converted to null safety using min dart sdk 2.12.
It tells the compiler that it's null now but will be initialized later on.
You can either omit the late keyword in that case or change the min sdk
in your pubspec.yaml to 2.12.