applicationIcon property

Widget? applicationIcon
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;