Package-level declarations
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
private fun ZoomableImageSource.sizeForContainer(containerSize: IntSize, fitToWidth: Boolean): ImageContentSize
Executes the sizeForContainer step in the SDAI presentation layer.
Link copied to clipboard
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)
Renders the ZoomableImage UI for the SDAI presentation layer.