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