image property

String? image
final

The path to the image asset to display in the empty state.

This should be a path to an image file in your assets folder. If null, no image will be shown unless imageWidget is provided.

Implementation

final String? image;