Skip to content

Commit 025a91a

Browse files
committed
update readme
1 parent a659f41 commit 025a91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ class OffBuildExample extends StatelessWidget {
561561
3. Child elements will automatically become RelayoutBoundary unless width or height is wrapContent.
562562
The use of wrapContent can be reasonably reduced, because after the size of ConstraintLayout
563563
changes (usually the size of the window changes), all child elements whose width or height is
564-
wrapContent will be re-layout. And other child elements will not change due to constraints and
565-
will not trigger the real re-layout.
564+
wrapContent will be re-layout. And since the constraints passed to other child elements won't
565+
change, no real re-layout will be triggered.
566566

567567
# Support me
568568

0 commit comments

Comments
 (0)