packageImage property
final
The package name if the image is from a package.
This is used when the image asset is defined in a different package. Leave null if the image is from the current package's assets.
Implementation
final String? packageImage;