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