ImageProviderFactory typedef
ImageProviderFactory =
ImageProvider<Object> ? Function(Uri uri, ImageProviderParams params)
A factory function allow user to build an customized ImageProvider class.
Implementation
typedef ImageProviderFactory = ImageProvider? Function(
Uri uri, ImageProviderParams params);