Carousel
Carousel is a scroll indicator for ScrollableState
composes.
Carousel can be vertial or horizontal indicator based on the size provided using modifier (Default 60Dp*4Dp horizontal indicator)
In case of LazyList
all items were considered as of same lenght along main axis.
If they were different and the height were known. Custom calculation function is provided, can make use of it.