Answers for "how to remove back button on flutter appbar"

4

flutter appbar backbutton remove

appBar: AppBar(
	title: Text('AppBar'),
    automaticallyImplyLeading: false, // remove back button in appbar.
   )
Posted by: Guest on August-20-2021

Code answers related to "how to remove back button on flutter appbar"

Code answers related to "Dart"

Browse Popular Code Answers by Language