簡體   English   中英

如何以主題 [FLUTTER] 使 AppBar 的標題居中

[英]How to center the title of an AppBar with theme [FLUTTER]

我想將我的應用程序中的所有標題都以themecenter ,有辦法嗎?

使用主題居中應用欄

theme: ThemeData(
        appBarTheme: AppBarTheme(centerTitle: true),),

使用centerTitle: true

appBar: AppBar(
        centerTitle: true,
        title: Text("Appbar Title"),
      ),

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM