Sticky Position Constraint
data class StickyPositionConstraint(stickyBoxRect: Rect, containingBlockRect: Rect, nearestLayerShiftingStickyBox: LayerId?, nearestLayerShiftingContainingBlock: LayerId?)
Content copied to clipboard
Sticky position constraints.
Constructors
StickyPositionConstraint
Link copied to clipboard
fun StickyPositionConstraint(stickyBoxRect: Rect, containingBlockRect: Rect, nearestLayerShiftingStickyBox: LayerId? = null, nearestLayerShiftingContainingBlock: LayerId? = null)
Content copied to clipboard
Properties
containingBlockRect
Link copied to clipboard
nearestLayerShiftingContainingBlock
Link copied to clipboard
nearestLayerShiftingStickyBox
Link copied to clipboard
stickyBoxRect
Link copied to clipboard
Sources
jvm source
Link copied to clipboard