반응형
위젯을 자동 줄바꿈? 정도 되는 컨터이너? 정도로 생각하면 된다. 딱히 뭐 설명할게 없다. html5의 flex에서 flex-wrap 생각하면 이해하기 쉽다.
flutter.dev Reference
Wrap class - widgets library - Dart API
A widget that displays its children in multiple horizontal or vertical runs. A Wrap lays out each child and attempts to place the child adjacent to the previous child in the main axis, given by direction, leaving spacing space in between. If there is not e
api.flutter.dev
반응형
'Development > Flutter - Widget' 카테고리의 다른 글
Flutter Widget] #05 Opacity (0) | 2020.03.20 |
---|---|
Flutter Widget] #04 AnimatedContainer (0) | 2020.03.20 |
Flutter Widget] #02 Expanded (0) | 2020.03.19 |
Flutter Widget] #01 SafeArea (0) | 2020.03.19 |
Widget] AlertDialog, CupertinoAlertDialog (0) | 2020.03.10 |