반응형
https://api.flutter.dev/flutter/widgets/ListView-class.html
ListView class - widgets library - Dart API
A scrollable list of widgets arranged linearly. ListView is the most commonly used scrolling widget. It displays its children one after another in the scroll direction. In the cross axis, the children are required to fill the ListView. If non-null, the ite
api.flutter.dev
반응형
'개발 > Flutter' 카테고리의 다른 글
[Flutter] 반응형 웹 만들기 (0) | 2022.01.05 |
---|---|
[Flutter] TextField 최대 입력 길이 조절하는 방법 (0) | 2021.10.26 |
[Flutter] Stack 컴포넌트 위치 조절하는 방법 (0) | 2021.10.26 |
[Flutter] 다음 Text Field로 포커스를 넘기는 방법 (0) | 2021.10.25 |
[Flutter] Dialog에 SingleChildScrollView 사용하기 (0) | 2021.10.25 |
댓글