errorBuilder property

ImageFadeErrorBuilder? errorBuilder
final

A builder that specifies the widget to display if an error occurs while an image is loading. This will be faded in over previous content, so you may want to set an opaque background on it.

Implementation

final ImageFadeErrorBuilder? errorBuilder;