leading property

Widget? leading
final

A widget to display before the title.

Typically a CircleAvatar widget.

Depending on the value of controlAffinity, the leading widget may replace the rotating expansion arrow icon.

Implementation

final Widget? leading;