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