Creates an object that fetches an image from an asset bundle.
The name argument must not be null. It should name the main asset from the set of images to chose from.
Source
AssetImage(this.name, { this.bundle }) { assert(name != null); }
Creates an object that fetches an image from an asset bundle.
The name argument must not be null. It should name the main asset from the set of images to chose from.
AssetImage(this.name, { this.bundle }) { assert(name != null); }