row1 [Flutter] Widget - Row 1. Row란? Row Widget은 하위 Widget들을 가로 배열로 보여주는 Widget입니다. 사용 시 주의사항으로는 하위 Widget들이 표현 가능한 범위를 초과하면 오류가 발생합니다. 화면보다 더 많은 하위 Widget을 표현하고 싶다면, 스크롤을 제공하는 ListView Widget을 사용해야 합니다. 2. Row 생성자 및 속성 https://api.flutter.dev/flutter/widgets/Row-class.html Row class - widgets library - Dart API A widget that displays its children in a horizontal array. To cause a child to expand to fill the available hori.. 2022. 4. 18. 이전 1 다음