leading property

Widget? leading
final

Optional leading widget, typically an icon or graphic.

Type: Widget?. Displayed at the start of the dialog header with automatic icon styling (XL size, muted foreground color).

Implementation

final Widget? leading;