File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,9 @@ Here is a quick overview of the attributes/features comparison between the two i
148148* __ flexWrap__
149149 * This attribute controls whether the flex container is single-line or multi-line, and the
150150 direction of the cross axis. Possible values are:
151- * nowrap (default)
152- * wrap
153- * wrap_reverse
151+ * nowrap (default for FlexboxLayout )
152+ * wrap (default for FlexboxLayoutManager)
153+ * wrap_reverse (not supported by FlexboxLayoutManager)
154154
155155 ![ Flex Wrap explanation] ( /assets/flex-wrap.gif )
156156
@@ -167,11 +167,11 @@ Here is a quick overview of the attributes/features comparison between the two i
167167
168168* __ alignItems__
169169 * This attribute controls the alignment along the cross axis. Possible values are:
170- * flex_start (default)
170+ * flex_start (default for FlexboxLayout )
171171 * flex_end
172172 * center
173173 * baseline
174- * stretch
174+ * stretch (default for FlexboxLayoutManager)
175175
176176 ![ Align Items explanation] ( /assets/align-items.gif )
177177
You can’t perform that action at this time.
0 commit comments