CarouselDefaults
object CarouselDefaults
Contains the default values used by Carousel.
Functions
Link copied to clipboard
@Composable
A TargetedFlingBehavior that flings and snaps according to the gesture velocity. snapAnimationSpec and decayAnimationSpec can be used to control the animation specs.
Link copied to clipboard
A TargetedFlingBehavior that flings according to the gesture velocity and does not snap post-fling.
Link copied to clipboard
@Composable
A TargetedFlingBehavior that limits a fling to one item at a time. snapAnimationSpec can be used to control the snap animation.