ImageLoadResult constructor
const
ImageLoadResult({
- Image? image,
- Object? error,
- StackTrace? stackTrace,
Implementation
const ImageLoadResult({this.image, this.error, this.stackTrace});