DraggableAnchorsConfig
Class
Common
class DraggableAnchorsConfig<T>
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.
Functions
infix fun T.at(position: Float)
Set the anchor position for this anchor.
Parameters
| position | The anchor position. |
