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 |
Tags
- text
- 코틀린
- package
- kotlin
- 플러터
- 다트
- set
- 크롤러
- List
- Flutter
- 웹크롤러
- variable
- texttheme
- python
- import
- Class
- DART
- textstyle
- 파이썬
- ML
- Collection
- 콜렉션
- 함수
- function
- map
- 클래스
- crawler
- Android
- animation
- pushnamed
Archives
- Today
- Total
목록DataTable (1)
조용한 담장

DataTable Material Design 의 데이터 테이블을 그려주는 Flutter Widget 이다. DataTable class DataTable({Key key, @required List columns, int sortColumnIndex, bool sortAscending: true, ValueSetter onSelectAll, double dataRowHeight: kMinInteractiveDimension, double headingRowHeight: 56.0, double horizontalMargin: 24.0, double columnSpacing: 56.0, @required List rows }) columns 리스트는 표의 첫 행에 들어가는 데이터 리스트 이며 각 열의 이름..
Flutter
2019. 11. 4. 11:24