centerTitleOnAppBar property

bool? centerTitleOnAppBar
final

Specify whether to center the title of AppBar.

If true, it will be centered, if false, it will be left-aligned, and if null, it will be default alignment for the platform.

AppBarのタイトルを中央寄せするかどうかを指定します。

trueの場合中央寄せ、falseの場合左寄せ、Nullの場合はプラットフォームに合わせたデフォルトの寄せ方になります。

Implementation

final bool? centerTitleOnAppBar;