leading property

Widget? leading
final

A widget to display before the toolbar's title.

Typically the leading widget is an Icon or an IconButton.

Implementation

final Widget? leading;