【发布时间】:2021-10-04 07:57:50
【问题描述】:
我只想将整个文本居中(当然它应该仍在 AppBar 中)。谢谢
appBar: AppBar(
toolbarHeight: 80.0,
backgroundColor: Colors.amber,
title: Row(children: [
Text("Text",
style: GoogleFonts.josefinSans(
textStyle: const TextStyle(fontSize: 40.0))),
Text(
"The Game",
style: GoogleFonts.overpass(
textStyle: const TextStyle(fontSize: 20.0)),
)
])),
【问题讨论】:
标签: flutter dart coding-style centering appbar