ZoomablePagerState

open class ZoomablePagerState(val pagerState: SupportedPagerState)

用于获取ZoomablePager的状态和对其进行控制

Inheritors

Constructors

Link copied to clipboard
constructor(pagerState: SupportedPagerState)

Properties

Link copied to clipboard

当前页码

Link copied to clipboard

interactionSource

Link copied to clipboard

底层SupportedPagerState

Link copied to clipboard

目标页码

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun animateScrollToPage(@IntRange(from = 0) page: Int, @FloatRange(from = 0.0, to = 1.0) pageOffset: Float = 0.0f)

动画滚动到指定页面

Link copied to clipboard
suspend fun scrollToPage(@IntRange(from = 0) page: Int, @FloatRange(from = 0.0, to = 1.0) pageOffset: Float = 0.0f)

滚动到指定页面