We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df546a6 commit c66121aCopy full SHA for c66121a
README.md
@@ -115,7 +115,7 @@ class NestedHell extends StatelessWidget {
115
of the undetermined side will be calculated using the determined side based on the aspect
116
ratio. The undetermined side must be matchConstraint, and the determined side can be
117
matchParent, fixed size(>=0), matchConstraint)
118
-14. relative id
+14. relative id(if an id is defined for a child element, it cannot be referenced using a relative id)
119
1. rId(3) represents the 3th child element, and so on
120
2. sId(-1) represents the previous sibling element, and so on
121
3. sId(1) represents the next sibling element, and so on
0 commit comments