PagerState

class PagerState(currentPage: Int = 0, minPage: Int = 0, maxPage: Int = 0)

Constructors

Link copied to clipboard
constructor(currentPage: Int = 0, minPage: Int = 0, maxPage: Int = 0)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun fling(velocity: Float)
Link copied to clipboard
suspend fun selectPage()
inline suspend fun <R> selectPage(block: PagerState.() -> R): R
Link copied to clipboard
suspend fun snapToOffset(offset: Float)
Link copied to clipboard
open override fun toString(): String