Conventions - 约定

TODO

  • performAction是内部的,action是外部的。

  • computeValue是内部的,getValue是外部的。

    • 递归调用应使用外部变量。Recursive calls should use the external variant.

  • adoptChilddropChildAbstractNode 调用时,必须再child实例再框架作出反应之后。

  • 许多小部件由较低级的小部件组成,通常以Raw开头,(例如GestureDetectorRawGestureDetectorChipRawChipMaterialButtonRawMaterialButton)。 TextRichText是一个例外。

最后更新于