decorationImage property

DecorationImage? decorationImage
final

The decoration image for the container. decorationImage defines the decoration widget of the child widget. fillColor is ignored when the decorationImage is not null.

Implementation

final DecorationImage? decorationImage;