AppBar의 centerTitle property를 false 로 설정한다.
return Scaffold(
appBar: AppBar(
centerTitle: false, // 여기
title: Text('TITLE'),
),
...
- 참고한 글
https://stackoverflow.com/questions/58913303/how-to-place-appbar-title-in-left-side-in-flutter
'프로그래밍 > Flutter & Dart' 카테고리의 다른 글
[Flutter] build 시 error (0) | 2022.07.22 |
---|---|
[Flutter] Android Emulator error (0) | 2022.03.23 |
[Dart] Optional Parameters (Positional, Named) (0) | 2021.11.01 |
[Flutter] Single-child layout / Multi-child layout / Silver Widgets (0) | 2021.08.15 |
[Flutter] EdgeInsets class (0) | 2021.08.15 |
댓글