rememberZoomableState
fun rememberZoomableState(contentSize: Size? = null, @FloatRange(from = 1.0) maxScale: Float = MAX_SCALE_RATE, animationSpec: AnimationSpec<Float>? = null): ZoomableViewState
返回一个ZoomableState
Return
Parameters
contentSize
内容尺寸大小,必填,不为空且大小确切的时候才能正常显示
maxScale
最大缩放比例
animationSpec
动画窗格