Package-level declarations
Types
Link copied to clipboard
object CarouselDefaults
Contains the default values used by Carousel.
Link copied to clipboard
Interface to hold information about a Carousel item and its size.
Link copied to clipboard
Receiver scope for Carousel item content.
Link copied to clipboard
class CarouselState(currentItem: Int = 0, @FloatRange(from = -0.5, to = 0.5) currentItemOffsetFraction: Float = 0.0f, itemCount: () -> Int) : ScrollableState
The state that can be used to control all types of carousels.
Functions
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
Creates a CarouselState that is remembered across compositions.