File tree Expand file tree Collapse file tree 2 files changed +1083
-1
lines changed Expand file tree Collapse file tree 2 files changed +1083
-1
lines changed Original file line number Diff line number Diff line change 11# Flutter ConstraintLayout
22
3+ [ 简体中文] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md )
4+
35A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for
46Android and AutoLayout for iOS.
57
@@ -115,7 +117,8 @@ class NestedHell extends StatelessWidget {
115117 of the undetermined side will be calculated using the determined side based on the aspect
116118 ratio. The undetermined side must be matchConstraint, and the determined side can be
117119 matchParent, fixed size(>=0), matchConstraint)
118- 14 . relative id(if an id is defined for a child element, it cannot be referenced using a relative id)
120+ 14 . relative id(if an id is defined for a child element, it cannot be referenced using a relative
121+ id)
119122 1 . rId(3) represents the 3th child element, and so on
120123 2 . sId(-1) represents the previous sibling element, and so on
121124 3 . sId(1) represents the next sibling element, and so on
You can’t perform that action at this time.
0 commit comments