ExperimentalImage
class ExperimentalImage(drawable: Drawable?, scaleType: ImageView.ScaleType = ScaleType.FIT_CENTER, useIntrinsicSize: Boolean = true, style: Style? = null) : PrimitiveComponent
A component to render a Drawable.
Tip: Use the same instance of the drawable to avoid remounting it in subsequent layouts to improve performance.
Parameters
Constructors
Link copied to clipboard
constructor(drawable: Drawable?, scaleType: ImageView.ScaleType = ScaleType.FIT_CENTER, useIntrinsicSize: Boolean = true, style: Style? = null)