image property

ImageProvider<Object>? image
final

The image to display as the icon.

The icon can be null, in which case the widget will render as an empty space of the specified size.

Implementation

final ImageProvider? image;