Companion

object Companion

Properties

Link copied to clipboard

A model equality delegate that always delegates to the model's equals and hashCode. If the model is an ImageRequest this will compare all of its properties and this may cause recompositions than necessary. Consider remembering your ImageRequests if you use this model equality delegate.

Link copied to clipboard

The default model equality delegate that only compares a subset of ImageRequest's properties instead of delegating to its own equals and hashCode implementations.