shareable

abstract val shareable: Boolean

True if the image can be shared between multiple Targets at the same time.

For example, a bitmap can be shared between multiple targets if it's immutable. Conversely, an animated image cannot be shared as its internal state is being mutated while its animation is running.