So fügen Sie das Symbol in der App -Leiste in Flattern hinzu
AppBar( title: Text("Hello Appbar"), leading: Icon( Icons.menu, ),);
BlackFlag_baby
AppBar( title: Text("Hello Appbar"), leading: Icon( Icons.menu, ),);