how to use the leading syntax in flutter code example
Example: flutter leading
AppBar(
title: Text("Hello Appbar"),
leading: Icon(
Icons.menu,
),
);
AppBar(
title: Text("Hello Appbar"),
leading: Icon(
Icons.menu,
),
);