Above

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

Layer(s) are anchored above the layer with the given layerId, i.e. in front of it. See Anchor.Companion.Above to use this in the layers composition.

Constructors

Link copied to clipboard
constructor(layerId: String)

Properties

Link copied to clipboard