backgroundImage property

ImageProvider<Object>? backgroundImage
final

Image that will be rendered at the background of the widget.

No background color or child will be visible is an image is provided.

Implementation

final ImageProvider? backgroundImage;