Pager Defaults
object PagerDefaults
Content copied to clipboard
Contains the default values used by HorizontalPager and VerticalPager.
Functions
flingBehavior
Link copied to clipboard
@Composable()
Content copied to clipboard
@Composable()
Content copied to clipboard
@Composable()
Content copied to clipboard
Properties
singlePageFlingDistance
Link copied to clipboard
The default implementation for the
maximumFlingDistance parameter of flingBehavior which limits the fling distance to a single page.singlePageSnapIndex
Link copied to clipboard
val singlePageSnapIndex: (SnapperLayoutInfo, startIndex: Int, targetIndex: Int) -> Int
Content copied to clipboard
The default implementation for the
snapIndex parameter of flingBehavior which limits the fling distance to a single page.