1

フラッター アプリケーションを使用していますが、アプリ バーに問題があります。アイコン ボタンがアプリ バーの中央にありません。

これは私のコードです。

appBar: AppBar(
    automaticallyImplyLeading: false,
    actions: <Widget>[
      IconButton(
          icon: Icon(Icons.home),
          onPressed: null,
      )
    ],
  ),

IconButton が appbar または navbar の中央にありません。

4

1 に答える 1