contentSize

abstract val contentSize: Size

Deprecated

Use zoomableState.coordinateSystem.unscaledContentBounds instead

The size of the zoomable content that is currently known to Modifier.zoomable. This is calculated using the value given to ZoomableState.setContentLocation and does not account for the zoom and pan transformations. Useful for synchronizing other elements with the zoomable content.