CarouselContent

data class CarouselContent(val items: List<CarouselItem>, val showCloseButton: Boolean)

Constructors

Link copied to clipboard
constructor(items: List<CarouselItem>, showCloseButton: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard