leading property

Widget? leading
final

A widget to display before the title.

Typically an Icon or an IconButton widget.

Implementation

final Widget? leading;