标题居中是iOS上的默认设置。在Android上,
AppBar的标题默认为左对齐,但您可以通过将其
centerTitle:true作为参数传递给
AppBar构造函数来覆盖它。
例:
AppBar( centerTitle: true, // this is all you need ...)

标题居中是iOS上的默认设置。在Android上,
AppBar的标题默认为左对齐,但您可以通过将其
centerTitle:true作为参数传递给
AppBar构造函数来覆盖它。
例:
AppBar( centerTitle: true, // this is all you need ...)