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
- appbar
- TEST
- Kotlin
- ScrollView
- intent
- binding
- 안드로이드
- activity
- scroll
- 계측
- Button
- LifeCycle
- 앱바
- Coroutines
- CustomScrollView
- Navigation
- viewmodel
- Dialog
- tabbar
- drift
- 테스트
- textview
- textfield
- Compose
- livedata
- android
- 앱
- DART
- Flutter
- data
Archives
- Today
- Total
목록TextButton() (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cR0F9D/btrXQgxBeOD/ZDAUKjtdtonloT49iPM0u0/img.png)
✍ 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