ScrollMarginSpec

data class ScrollMarginSpec(val top: Float = 0.0f, val right: Float = 0.0f, val bottom: Float = 0.0f, val left: Float = 0.0f)

Margin spec for scroll target offsets.

Constructors

Link copied to clipboard
constructor(top: Float = 0.0f, right: Float = 0.0f, bottom: Float = 0.0f, left: Float = 0.0f)

Properties

Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
Link copied to clipboard
val top: Float