leading property

Widget? leading
final

Optional widget displayed before the title.

Commonly used for icons or other visual indicators that help identify the navigation option at a glance.

Implementation

final Widget? leading;