Skip to content

Commit c66121a

Browse files
authored
Update README.md
1 parent df546a6 commit c66121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class NestedHell extends StatelessWidget {
115115
of the undetermined side will be calculated using the determined side based on the aspect
116116
ratio. The undetermined side must be matchConstraint, and the determined side can be
117117
matchParent, fixed size(>=0), matchConstraint)
118-
14. relative id
118+
14. relative id(if an id is defined for a child element, it cannot be referenced using a relative id)
119119
1. rId(3) represents the 3th child element, and so on
120120
2. sId(-1) represents the previous sibling element, and so on
121121
3. sId(1) represents the next sibling element, and so on

0 commit comments

Comments
 (0)