Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to add icon in the app bar in flutter

AppBar(  title: Text("Hello Appbar"),  leading: Icon(    Icons.menu,  ),);
Source by medium.com #
 
PREVIOUS NEXT
Tagged: #add #icon #app #bar #flutter
ADD COMMENT
Topic
Name
9+6 =