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

✍ 탭바 디자인 변경하기 TabBar, TabBarView, Tab, DefaultTabController 를 사용하여 구현한 탭바의 디자인과 관련된 인자를 소개하려 한다. ✍ TabBar TabBar({ Key? key, required List tabs, TabController? controller, bool isScrollable = false, EdgeInsetsGeometry? padding, Color? indicatorColor, bool automaticIndicatorColorAdjustment = true, double indicatorWeight = 2.0, EdgeInsetsGeometry indicatorPadding = EdgeInsets.zero, Decoration? ind..
Flutter/widget_tapbar
2023. 3. 21. 22:22