Skip to content

Commit 0b0b5c4

Browse files
committed
update readme
1 parent 9511b3c commit 0b0b5c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ The performance of layout and drawing is almost equivalent to a single Flex or S
3434
performance of constraint calculation is roughly 0.01 milliseconds (layout of general complexity, 20
3535
child elements). Constraints are only recalculated after they have changed.
3636

37-
ConstraintLayout itself can be arbitrarily nested without performance issues, each child element in the render tree is only laid out once, and the time complexity is O(n) instead of O(2n) or worse.
37+
ConstraintLayout itself can be arbitrarily nested without performance issues, each child element in
38+
the render tree is only laid out once, and the time complexity is O(n) instead of O(2n) or worse.
3839

3940
A smaller Widget tree leads to less build time and a smaller Element tree. A very flat layout
4041
structure results in a smaller RenderObject tree and less rendering time. One thing most people tend

0 commit comments

Comments
 (0)