ImageMap constructor
Creates a new ImageMap where images will be loaded from the specified
bundle
.
Implementation
ImageMap(AssetBundle bundle) : _bundle = bundle;
Creates a new ImageMap where images will be loaded from the specified
bundle
.
ImageMap(AssetBundle bundle) : _bundle = bundle;