我已经覆盖了titleSpacing
AppBar 的构造函数中的。但标题空间没有区别。
new AppBar(
backgroundColor: Colors.amber,
title: new Text("Flying Dutchman",
style: new TextStyle(
color: const Color(0xFF444444),
fontSize: 30.0,
fontWeight: FontWeight.w900,
),
),
titleSpacing: 0.00,
centerTitle: true,
elevation: 0.0,
)
我希望减少应用栏标题的顶部空间。