image property
final
The image to be painted into the decoration.
Typically this will be an AssetImage (for an image shipped with the application) or a NetworkImage (for an image obtained from the network).
Implementation
final ImageProvider image;