leading property

Widget? leading
final

A widget to display before the PanelHeaderWidget.headerContent.

Basically, an IconButton can be displayed here.

Implementation

final Widget? leading;