noTag static method

Implementation

static TaggedImageProvider<Object?> noTag(ImageProvider inner) =>
    TaggedImageProvider(inner, tag: null);