image property

DecorationImage? image
final

An image to paint above the background color or gradient.

If shape is BoxShape.circle then the image is clipped to the circle's boundary; if borderRadius is non-null then the image is clipped to the given radii.

Implementation

final DecorationImage? image;