ExperimentalImage

constructor(drawable: Drawable?, scaleType: ImageView.ScaleType = ScaleType.FIT_CENTER, useIntrinsicSize: Boolean = true, style: Style? = null)

Parameters

drawable

The Drawable to render.

scaleType

The ScaleType to scale or transform the drawable.

useIntrinsicSize

Whether to use the intrinsic size of the drawable for component measurement.