004.2 flutter中的Wrap widget
2020-03-12 本文已影响0人
码农二哥
功能
-
Row 和 column 很简单,很好使
image.png
-
但有时候超出边界怎么办?
image.png
-
Wrap就像Row 和 column一样,但多了Wrap功能
default like this:
image.png
Set the direction property to go vertical:
image.png
Alignment and spacing proerties:
image.png