setImage

actual fun setImage(image: ImageProvider, style: IconStyle?, onFinished: Callback?)

Sets the image for the icon.

Parameters

onFinished

Called when the image is applied.

expect fun setImage(image: ImageProvider, style: IconStyle? = null, onFinished: Callback? = null)

Sets the image for the icon.

Parameters

onFinished

Called when the image is applied.

actual fun setImage(image: ImageProvider, style: IconStyle?, onFinished: Callback?)

Sets the image for the icon.

Parameters

onFinished

Called when the image is applied.