안드로이드의 앱바 제목은 기본 설정으로 왼쪽으로 정렬이 되어있다. 가운데 정렬을 하려면 이렇게
AppBar(
centerTitle: true, // this is all you need
...
)
https://stackoverflow.com/questions/43981406/how-to-center-the-title-of-an-appbar
How to center the title of an appbar
I'm trying to center the title text in an app bar that has both a leading and trailing actions. @override Widget build(BuildContext context) { final menuButton = new PopupMenuButton<int>(
stackoverflow.com
728x90
'Flutter' 카테고리의 다른 글
[Flutter] Vscode DevTools 사용하기 (0) | 2023.02.11 |
---|---|
[Flutter] textfield keyboard with done button (0) | 2023.02.11 |
[Flutter] ListView의 이미지 확대, gallery 기능 / image enlarge and swipe (0) | 2023.02.08 |
[Flutter] setstate not working on get.bottomSheet (0) | 2023.02.07 |
[Flutter] ScrollController 특정 위치로 이동하기 & 특정 위젯의 위치, 크기 찾기 (0) | 2023.02.01 |