ZoomablePager
fun ZoomablePager(modifier: Modifier = Modifier, state: ZoomablePagerState, itemSpacing: Dp = DEFAULT_ITEM_SPACE, beyondViewportPageCount: Int = DEFAULT_BEYOND_VIEWPORT_ITEM_COUNT, userScrollEnabled: Boolean = true, detectGesture: PagerGestureScope = PagerGestureScope(), zoomablePolicy: @Composable PagerZoomablePolicyScope.(page: Int) -> Unit)
基于Pager和ZoomableView实现的一个图片查看列表组件
Parameters
modifier
图层修饰
state
pager状态获取与控制
itemSpacing
每张图片之间的间隔
beyondViewportPageCount
页面外缓存个数
userScrollEnabled
是否允许页面滚动
detectGesture
检测手势
zoomablePolicy
图层本体