onForbidden property

FutureOr<void> Function()? onForbidden
final

Callback, called when loading an image from the provided url fails with a forbidden network error.

Implementation

final FutureOr<void> Function()? onForbidden;