ImageProvider constructor
ImageProvider(})
Implementation
ImageProvider(this._onImageRequest,
{this.cacheable = true, String? id, Function? onError})
: _errorHandler = AsyncErrorHandler(onError),
id = id ?? _generateId();