Skip to content

Commit df546a6

Browse files
authored
Update README.md
1 parent 6a97a1b commit df546a6

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
@@ -99,7 +99,7 @@ class NestedHell extends StatelessWidget {
9999
3. gone(sometimes it may be better to use a conditional expression to keep the element from
100100
being created)
101101
5. constraint integrity hint
102-
6. bias(when there are constraints left and right or up and down, horizontalBias and verticalBias
102+
6. bias(when there are constraints left and right or top and bottom, horizontalBias and verticalBias
103103
can be used to adjust the offset. The default value is 0.5, which means centering)
104104
7. z-index(drawing order, default is child index)
105105
8. translate

0 commit comments

Comments
 (0)