Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- python
- ML
- texttheme
- map
- 클래스
- package
- 함수
- pushnamed
- List
- 플러터
- import
- variable
- Android
- text
- 코틀린
- 파이썬
- textstyle
- kotlin
- DART
- 다트
- animation
- set
- 웹크롤러
- 크롤러
- Flutter
- Collection
- crawler
- Class
- 콜렉션
- function
Archives
- Today
- Total
목록ListView (1)
조용한 담장

Listview ListView A scrollable list of widgets arranged linearly. Listview Builder 동적으로 listview를 생성. Listview.separated 각줄 사이에 separator 를 삽입. 예제는 Divider 를 삽입. ListTile 앞뒤로 아이콘을 가지고 중간에 문자를 가지는 전형적인 list 의 한 줄을 구현하는 위젯. Checkbox, Radio, Switch CheckboxListTile, RadioListTile, SwitchListTile 를 적용했다. Custom Checkbox, Radio, Switch ListTile 의 기본 구성과 다르게 구성하고자 할때는 각각의 항목에 해당하는 위젯을 사용하여 만든다. Checkb..
Flutter
2019. 8. 8. 18:11