What is ImageProvider flutter?

ImageProvider uses the global imageCache to cache images . The type argument T is the type of the object used to represent a resolved configuration. This is also the type used for the key in the image cache. It should be immutable and implement the == operator and the hashCode getter.

Read more