SingleChildScrollView

 

[Ko]

< SingleChildScrollView 사용법 >

: 스크롤이 필요한 차일드를 가지는 컬럼 등의 요소를 감싸는데, 컬럼은 기본적으로 무제한의 세로 사이즈를 가지므로, 컬럼의 높이를 컨테이너 또는 익스펜디드 위젯으로 정해준 후, 컬럼을 SingleChildScrollView로 감싸야 함. 높이를 정해주는 역할을 하는 컨테이너 또는 익스펜디드 위젯을 감싸면 안되고, 높이를 정해주는 위젯이 아니라면, 즉 컨테이너라도 높이를 정하는 설정이 없다면 싱글차일드스크롤뷰 위젯과 컬럼 위젯 사이에 올 수 있음.

 

[En]

<How to use SingleChildScrollView>
: It wraps elements such as a column that has a child that needs scrolling, and the column basically has an unlimited vertical size, so after setting the height of the column with a container or an expanded widget, the column must be wrapped with a SingleChildScrollView. Do not wrap a container or expanded widget that serves to set the height, and if it is not a widget that sets the height, that is, even if the container does not have a setting to set the height, it can come between the single child scroll view widget and the column widget.

'플러터(Flutter) > 플러터 위젯(Flutter Widget)' 카테고리의 다른 글

FittedBox  (0) 2020.03.19
Slider, Customizing Widgets with Themes  (0) 2020.03.19
FlatButton widget  (0) 2020.03.18
Expanded Widget to Create Flexible Layouts  (0) 2020.03.18
Card & ListTile Widget  (0) 2020.03.18

+ Recent posts