How to add icons at the top of appbar in flutter

Code examples

5
0

flutter appbar leading icon

appBar: AppBar(
	title: Text('AppBar'),
    leading: IconButton(icon: Icon(Icons.arrow_back)), // appbar leading icon.
   ),
0
0

how to add icon in the app bar in flutter

AppBar(  title: Text("Hello Appbar"),  leading: Icon(    Icons.menu,  ),);

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................