applicationIcon property
final
The icon to show below the application name.
By default no icon is shown.
Typically this will be an ImageIcon widget. It should honor the IconTheme's IconThemeData.size.
Implementation
final Widget? applicationIcon;