leading property

Widget? leading
final

An optional widget that will be placed before child.

Typically an Icon.

Implementation

final Widget? leading;