Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 AppBar 隐藏或删除后退按钮或后退图标,这可能吗?如果有可能那怎么办?我设置 leading: null,了,但它仍然存在,没有任何变化
leading: null,
将以下行添加到您的AppBar应该工作:
AppBar
automaticallyImplyLeading: false