data class ScrollRect
Rectangle where scrolling happens on the main thread.
<init> |
Rectangle where scrolling happens on the main thread. ScrollRect(rect: Rect, type: String) |
rect |
Rectangle itself. val rect: Rect |
type |
Reason for rectangle to force scrolling on the main thread val type: String |