scroll To Page
suspend fun scrollToPage(@IntRange(from = 0.toLong() ) page: Int, @FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble() ) pageOffset: Float = 0f)
Content copied to clipboard
Instantly brings the item at page to the middle of the viewport.
Cancels the currently running scroll, if any, and suspends until the cancellation is complete.
Parameters
page
the page to snap to. Must be between 0 and pageCount (inclusive).