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 | 29 | 30 |
Tags
- CustomScrollView
- data
- TEST
- Flutter
- Dialog
- intent
- 테스트
- scroll
- tabbar
- viewmodel
- activity
- Compose
- textview
- 안드로이드
- android
- 앱바
- 앱
- binding
- DART
- drift
- 계측
- livedata
- textfield
- Kotlin
- LifeCycle
- appbar
- Coroutines
- Navigation
- Button
- ScrollView
Archives
- Today
- Total
목록TextButton() (1)
Study Record

✍ 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