ScrollRect

@Serializable
data class ScrollRect(val rect: Rect, val type: ScrollRectType)(source)

Rectangle where scrolling happens on the main thread.

Official doc

Constructors

Link copied to clipboard
constructor(rect: Rect, type: ScrollRectType)

Properties

Link copied to clipboard
val rect: Rect

Rectangle itself.

Link copied to clipboard

Reason for rectangle to force scrolling on the main thread