appIcon property
final
Preloads the app icon so that there is no pop-in.
Implementation
final Image appIcon = Image.asset(
'assets/meta/icon.png',
);
Preloads the app icon so that there is no pop-in.
final Image appIcon = Image.asset(
'assets/meta/icon.png',
);