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,
)
アプリ バー タイトルの上部スペースを減らしたい。