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

The motion system https://material.io/design/motion/the-motion-system.html Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io Material Design 의 motion system 은 app 의 navigation 동작을 사용자들이 이해하기 쉽도록 도와주는 몇개의 transition pattern 의 정의를 모아놓은 것이다. transition patter..

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 리스트는 표의 첫 행에 들어가는 데이터 리스트 이며 각 열의 이름..