심심한 개발 블로그
반응형
article thumbnail
(Flutter) AppBar 사용 시 중앙정렬 문제 (Android)
Mobile/Flutter 2024. 4. 3. 01:14

개발을 하고 iOS 시뮬에서는 잘 되었는데... iOS에서는 AppBar의 title이 중앙에 잘 배치되었다. 근데 직접 APK를 만들어서 내 폰에 올려봤더니 왼쪽으로 정렬되어 있었다. 폰이 문제인가 싶어서 시뮬레이터를 돌렸더니 역시 똑같이 나왔다. 왜 이런가 싶었는데 아주 쉽게 해결할 수 있는 문제였다. class AppBar extends StatefulWidget implements PreferredSizeWidget { /// {@template flutter.material.appbar.centerTitle} /// Whether the title should be centered. /// /// If this property is null, then [AppBarTheme.centerTitle..

반응형
LIST
profile on loading

Loading...