BpkCarouselState

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:IntRange(from = 0)
abstract val currentPage: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:IntRange(from = 0)
abstract val pageCount: Int

Functions

Link copied to clipboard
abstract suspend fun animateScrollToPage(@IntRange(from = 0) page: Int, @FloatRange(from = -1.0, to = 1.0) pageOffset: Float = 0.0f)
Link copied to clipboard
abstract fun dispatchRawDelta(delta: Float): Float
Link copied to clipboard
abstract suspend fun scroll(scrollPriority: MutatePriority, block: suspend ScrollScope.() -> Unit)
Link copied to clipboard
abstract suspend fun scrollToPage(@IntRange(from = 0) page: Int, @FloatRange(from = -1.0, to = 1.0) pageOffset: Float = 0.0f)