ZoomableView
fun ZoomableView(modifier: Modifier = Modifier, boundClip: Boolean = true, state: ZoomableViewState, detectGesture: ZoomableGestureScope = ZoomableGestureScope(), content: @Composable () -> Unit)
支持对Composable就行手势缩放的组件
Parameters
modifier
图层修饰
boundClip
是否限制显示范围
state
ZoomableView的状态与控制对象
detectGesture
组件手势回调
content
用于进行手势缩放的显示内容