gpt4 book ai didi

ios - iPhone XR 不显示具有正确高度的 bottomAppBar

转载 作者:IT王子 更新时间:2023-10-29 06:59:16 26 4
gpt4 key购买 nike

我已将 bottomAppBar 与我的 Flutter 应用集成,并为其添加了 FAB。但这并没有正确地显示我。请检查附图: enter image description here

最佳答案

将您的 Widget 包裹在 SafeArea 中:

return SafeArea(
child: Scaffold(
...
),
);

更多信息在这里:https://docs.flutter.io/flutter/widgets/SafeArea-class.html

关于ios - iPhone XR 不显示具有正确高度的 bottomAppBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53869491/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com