errorBuilder property
The errorBuilder
property is the builder for the error widget.
Implementation
//! It does not support all image types. It doesn't make any mistakes.
final Widget Function(BuildContext)? errorBuilder;
The errorBuilder
property is the builder for the error widget.
//! It does not support all image types. It doesn't make any mistakes.
final Widget Function(BuildContext)? errorBuilder;