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

Flutter : Text Widgets Flutter 의 텍스트와 관련된 위젯들을 살펴보고 테스트 해보자. 텍스트를 그리는 Text 와 RichText 가 있고, 그래픽적 효과를 적용할 수 있는 TextStyle, 글자, 문장을 모아 문단을 구성할 수 있게 해주는 TextSpan 이 있다. TextStyle class TextStyle({bool inherit: true, Color color, Color backgroundColor, double fontSize, FontWeight fontWeight, FontStyle fontStyle, ... }) An immutable style in which paint text 화면에 그려지는 텍스트에 다양한 효과를 적용하기 위한 속성들을 지정하는 데에 사..
Flutter
2019. 10. 14. 23:26