progressiveErrorPlaceholder property

Widget Function(BuildContext context, String url, dynamic error)? progressiveErrorPlaceholder
final

Will shown when fail to load the image;

Implementation

final Widget Function(BuildContext context, String url, dynamic error)?
    progressiveErrorPlaceholder;