📜  如何使 appbar 的标题居中颤动 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:17.044000             🧑  作者: Mango

代码示例1
AppBar(
  centerTitle: true, // this is all you need
  ...
)