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