Like the title, i have created a button with Navigator.push() into a new page, the page auto generates a back button on the appBar, i appreciated that autogenerated back button
centerTitle: true is used to make the title center in AppBar
centerTitle: true
AppBar
AppBar( centerTitle: true, ... )
Output: