We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
书中的介绍实际上是三棵树,官方文档也是介绍的三棵树,标题有误
The text was updated successfully, but these errors were encountered:
如果书中这章节前半部分的描述来看的话,作者介绍的确实是4棵树,因为第一句话就有两棵树“根据 Widget 树生成一个 Element 树,Element 树中的节点都继承自 Element 类。” 这样的话四棵树分别是:Widget 树、Element 树、Render 树、Layer 树。但是章节最后一句话又说“在前面的章节中读者只需要记住以上三棵树就行。”
Sorry, something went wrong.
No branches or pull requests
书中的介绍实际上是三棵树,官方文档也是介绍的三棵树,标题有误
The text was updated successfully, but these errors were encountered: