leading property

Widget? leading
final

Widget to display before the child.

Typically an Icon or a CircleAvatar widget.

Implementation

final Widget? leading;