3

titleSpacingAppBar のコンストラクターでをオーバーライドしました。しかし、タイトルスペースに違いはありません。

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,
)

ここに画像の説明を入力

アプリ バー タイトルの上部スペースを減らしたい。

4

2 に答える 2