Below

data class Below(val layerId: String) : Anchor(source)

Layer(s) are anchored below the layer with the given layerId, i.e. behind it. See Anchor.Companion.Below to use this in the layers composition.

Constructors

Link copied to clipboard
constructor(layerId: String)

Properties

Link copied to clipboard