image property

  1. @override
ImageProvider<Object> image
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

@override
final ImageProvider image;