Conventions - 约定
TODO
Last updated
Was this helpful?
TODO
performAction是内部的,action是外部的。
computeValue是内部的,getValue是外部的。
递归调用应使用外部变量。Recursive calls should use the external variant.
adoptChild 和dropChild 从AbstractNode 调用时,必须再child实例再框架作出反应之后。
许多小部件由较低级的小部件组成,通常以Raw开头,(例如GestureDetector和RawGestureDetector,Chip和RawChip,MaterialButton和RawMaterialButton)。 Text和RichText是一个例外。
Last updated
Was this helpful?
Was this helpful?