如何从 AppBar 中删除或隐藏后退图标 [重复]
Posted
技术标签:
【中文标题】如何从 AppBar 中删除或隐藏后退图标 [重复]【英文标题】:How to remove or hide back icon from AppBar [duplicate] 【发布时间】:2020-04-10 23:50:03 【问题描述】:我需要从 AppBar 隐藏或删除后退按钮或后退图标,这可能吗? 如果可能,那怎么做?我设置了leading: null,
,但它仍然存在,没有任何变化
【问题讨论】:
这能回答你的问题吗? flutter remove back button on appbar 【参考方案1】:将以下行添加到您的AppBar
应该可以:
automaticallyImplyLeading: false
【讨论】:
以上是关于如何从 AppBar 中删除或隐藏后退图标 [重复]的主要内容,如果未能解决你的问题,请参考以下文章
如何从iOS中保留后退图标的LeftNavigation Bar按钮中删除后退文本[重复]