backgroundImage property

Image? backgroundImage
getter/setter pair

Sets full screen background image.

Supports both Image.assets() and Image.network()

backgroundImage : Image.asset("assets/splash_bg.png");
backgroundImage : Image.network("https://www.schemecolor.com/wallpaper?i=4334&og");

Implementation

Image? backgroundImage;