I need to hide or remove back button or back icon from AppBar is that possible?
If it is possible then how?
I set leading: null,
but it is still there without any changes
Asked
Active
Viewed 877 times
1

Midhilaj
- 4,905
- 9
- 45
- 88
-
2Does this answer your question? [flutter remove back button on appbar](https://stackoverflow.com/questions/44978216/flutter-remove-back-button-on-appbar) – Dharmesh Mansata Dec 18 '19 at 12:24
1 Answers
6
Adding the following line to your AppBar
should work:
automaticallyImplyLeading: false

Akshansh Bhanjana
- 163
- 1
- 9