ZoomableImage

fun ZoomableImage(modifier: Modifier = Modifier, source: ZoomableImageSource, backgroundColor: Color = MaterialTheme.colorScheme.background, minScale: Float = 1.0f, maxScale: Float = 6.0f, hideImage: Boolean = false, hideBlurRadius: Float = 69.0f, fitToWidth: Boolean = false)(source)

Renders the ZoomableImage UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

source

source value consumed by the API.

backgroundColor

background color value consumed by the API.

minScale

min scale value consumed by the API.

maxScale

max scale value consumed by the API.

hideImage

hide image value consumed by the API.

hideBlurRadius

hide blur radius value consumed by the API.

fitToWidth

fit to width value consumed by the API.