Conventions - 约定
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?