leading property

Widget? leading
final

Optional widget displayed at the leading edge of the item.

Type: Widget?. Commonly used for icons that represent the item type, such as folder or file icons. Positioned before the main content.

Implementation

final Widget? leading;