DraggableAnchorsConfig



DraggableAnchorsConfig stores a mutable configuration anchors, comprised of values of T and corresponding Float positions. This DraggableAnchorsConfig is used to construct an immutable DraggableAnchors instance later on.

Summary

Public constructors

Cmn

Public functions

infix Unit
T.at(position: Float)

Set the anchor position for this anchor.

Cmn

Public constructors

DraggableAnchorsConfig

<T : Any?> DraggableAnchorsConfig()

Public functions

infix fun T.at(position: Float): Unit

Set the anchor position for this anchor.

Parameters
position: Float

The anchor position.