bundle property

AssetBundle bundle
final

The bundle from which the picture will be obtained.

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

Implementation

final AssetBundle bundle;