ImageLoadResult constructor

const ImageLoadResult({
  1. Image? image,
  2. Object? error,
  3. StackTrace? stackTrace,
})

Implementation

const ImageLoadResult({this.image, this.error, this.stackTrace});