Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- livedata
- viewmodel
- drift
- scroll
- android
- intent
- TEST
- CustomScrollView
- binding
- Dialog
- 안드로이드
- DART
- textfield
- tabbar
- Coroutines
- appbar
- activity
- 앱
- Kotlin
- textview
- LifeCycle
- Compose
- 앱바
- Button
- Navigation
- Flutter
- 테스트
- data
- 계측
- ScrollView
Archives
- Today
- Total
목록TEXT() (1)
Study Record
[Flutter] Text()
✍ Text Class 단일 스타일의 텍스트를 보여준다. Text( String this.data, { super.key, this.style, this.strutStyle, this.textAlign, this.textDirection, this.locale, this.softWrap, this.overflow, this.textScaleFactor, this.maxLines, this.semanticsLabel, this.textWidthBasis, this.textHeightBehavior, this.selectionColor, }) ※ 인자값 1. 글자 데이터(String this.data) 보여줄 텍스트를 지정한다. 2. 글자 스타일(TextStyle this.style) 텍스트의 스타일을 결정..
Flutter/widget
2023. 2. 2. 12:51