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 6a97a1b commit df546a6Copy full SHA for df546a6
README.md
@@ -99,7 +99,7 @@ class NestedHell extends StatelessWidget {
99
3. gone(sometimes it may be better to use a conditional expression to keep the element from
100
being created)
101
5. constraint integrity hint
102
-6. bias(when there are constraints left and right or up and down, horizontalBias and verticalBias
+6. bias(when there are constraints left and right or top and bottom, horizontalBias and verticalBias
103
can be used to adjust the offset. The default value is 0.5, which means centering)
104
7. z-index(drawing order, default is child index)
105
8. translate
0 commit comments