leading property

Widget? leading
final

The leading widget at the start of the appbar, typically an Icon or an IconButton.

It can also be a BackButton.

Implementation

final Widget? leading;