【发布时间】:2020-04-16 16:29:19
【问题描述】:
我使用 Flutter 应用程序并在应用栏中看到问题。 图标按钮不在应用栏的中心。
这是我的代码。
appBar: AppBar(
automaticallyImplyLeading: false,
actions: <Widget>[
IconButton(
icon: Icon(Icons.home),
onPressed: null,
)
],
),
图标按钮不在应用栏或导航栏的中心。
【问题讨论】:
标签: flutter android-appbarlayout appbar flutter-appbar