File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,17 @@ class NestedHell extends StatelessWidget {
96966 . bias
97977 . z-index(drawing order, default is child index)
98988 . translate
99- 9 . percentage layout
99+ 9 . percentage layout(when size is set to matchConstraint, the percentage layout will take effect,
100+ the default percentage is 1 (100%). The relevant properties are widthPercent, heightPercent,
101+ widthPercentageAnchor, heightPercentageAnchor)
10010210 . guideline
10110311 . constraints and widgets separation
10210412 . barrier
10310513 . dimension ratio
10410614 . relative id
107+ 1 . rId(3) represents the 3th child element, and so on
108+ 2 . sId(-1) represents the previous sibling element, and so on
109+ 3 . sId(1) represents the next sibling element, and so on
10511015 . wrapper constraints
106111 1 . topLeftTo
107112 2 . topCenterTo
You can’t perform that action at this time.
0 commit comments