ScrollbarThumb

private data class ScrollbarThumb(val offset: Float, val size: Float)(source)

Carries ScrollbarThumb data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(offset: Float, size: Float)

Properties

Link copied to clipboard

Exposes the offset value used by the SDAI presentation layer.

Link copied to clipboard
val size: Float

Exposes the size value used by the SDAI presentation layer.