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

CustomPaint app view 에 직접적으로 그림을 그릴 수 있게 해주는 위젯들을 살펴보자. 그림을 그리는 동작이 기록되는 Canvas, 그림의 특성등을 지정하는 Paint, 앞의 두 class 를 담아내는 CustomPainter 와 상위 위젯 CustomPaint 가 있다. CustomPaint class CustomPaint({Key key, CustomPainter painter, CustomPainter foregroundPainter, Size size: Size.zero, bool isComplex: false, bool willChange: false, Widget child }) A widget that provides a canvas on which to draw during t..
Flutter
2019. 10. 7. 23:42