Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

remove back button from main flutter

appBar: AppBar(
	title: Text('Title'),
    automaticallyImplyLeading: false, // remove back button in AppBar
   ),
 
PREVIOUS NEXT
Tagged: #remove #button #main #flutter
ADD COMMENT
Topic
Name
6+6 =