SyntaxFix
Write A Post
Hire A Developer
Questions
A simple way to remove the back button in the AppBar is to set automaticallyImplyLeading to false.
automaticallyImplyLeading
false
appBar: AppBar( title: Text("App Bar without Back Button"), automaticallyImplyLeading: false, ),