ItemMarkers

Data structure defining where the previous and next items are located relative to their Carousel's origin. This data is provided to Transitioners at the end of a Carousel's manual movement, so they can decide which item to stop at.

Properties

Link copied to clipboard

location of the closest next item

Link copied to clipboard

location of the closest previous item

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int