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