TaggedImageInfo<Tag> constructor

const TaggedImageInfo<Tag>(
  1. ImageInfo inner, {
  2. required Tag imageProviderTag,
})

Implementation

const TaggedImageInfo(this.inner, {required this.imageProviderTag});