bundle property

AssetBundle? bundle
final

The bundle from which the picture will be obtained.

If the provided bundle is null, the bundle provided in the PictureConfiguration passed to the resolve call will be used instead. If that is also null, the rootBundle is used.

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

Implementation

final AssetBundle? bundle;