Image Source
open class ImageSource @JvmOverloads constructor(context: Context, val source: String?, width: Double = 0.0, height: Double = 0.0, val cacheControl: ImageCacheControl = ImageCacheControl.DEFAULT)
Class describing an image source (network URI or resource) and size.
Constructors
Link copied to clipboard
constructor(context: Context, source: String?, width: Double = 0.0, height: Double = 0.0, cacheControl: ImageCacheControl = ImageCacheControl.DEFAULT)