applicationIcon property

Widget? applicationIcon
final

The icon to show next to the application name in the AboutDialog.

By default no icon is shown.

Typically this will be an ImageIcon widget. It should honor the IconTheme's IconThemeData.size.

This is not necessarily the same as the icon shown on the drawer item itself, which is controlled by the icon property.

Implementation

final Widget? applicationIcon;