applicationIcon property

Widget? applicationIcon
final

The icon to show next to 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;