leading property

Widget? leading
final

The widget at the beggining of the app bar, before title.

Typically the leading widget is an Icon or an IconButton.

If this is null and automaticallyImplyLeading is set to true, the view will imply an appropriate widget. If the parent Navigator can go back, the app bar will use an IconButton that calls Navigator.maybePop.

See also:

Implementation

final Widget? leading;