leading property

Widget? leading
final

Optional leading widget, typically an icon.

Type: Widget?. Displayed at the start of the alert layout. In destructive mode, inherits the destructive color from the theme.

Implementation

final Widget? leading;