1

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

Midhilaj
  • 4,905
  • 9
  • 45
  • 88
  • 2
    Does 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 Answers1

6

Adding the following line to your AppBar should work:

automaticallyImplyLeading: false