bundle property

AssetBundle bundle
final

The bundle from which the image will be obtained.

The image is obtained by calling AssetBundle.load on the given bundle using the key given by name.

Implementation

final AssetBundle bundle;