leading property

Widget? leading
final

The widget shown at the start of the appbar. Typically an IconButton.

If null and the Navigator's stack can pop, a back button will be shown by default.

Implementation

final Widget? leading;