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