appIcon property

Image appIcon
final

Preloads the app icon so that there is no pop-in.

Implementation

final Image appIcon = Image.asset(
  'assets/meta/icon.png',
);