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