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 |
Tags
- tabbar
- textfield
- Navigation
- Flutter
- ScrollView
- CustomScrollView
- 계측
- LifeCycle
- viewmodel
- TEST
- 앱바
- intent
- Button
- android
- DART
- Coroutines
- textview
- data
- Dialog
- binding
- livedata
- Compose
- 앱
- 테스트
- drift
- appbar
- Kotlin
- scroll
- 안드로이드
- activity
Archives
- Today
- Total
Study Record
[Flutter] 상태바 글자/아이콘 색상 바꾸기 본문
728x90
✍ 상태바 글자/아이콘 색상 바꾸기
// 하얀색
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.light);
// 검은색
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.dark);
728x90
'Flutter' 카테고리의 다른 글
[Flutter/Dart] 날짜 (DateTime class) (0) | 2023.02.01 |
---|---|
[Flutter] timer (0) | 2023.01.31 |
[Flutter] PageView Widget (0) | 2023.01.31 |
[Flutter] StatelessWidget / StatefulWidget 생명 주기 (0) | 2023.01.30 |
[Flutter] WebView / HTTP 접속 권한 허용 (0) | 2023.01.27 |