Flutter en tête

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