Unstyled Draggable Anchors
fun <T : Any> UnstyledDraggableAnchors(builder: DraggableAnchorsConfig<T>.() -> Unit): UnstyledDraggableAnchors<T>
Create a new UnstyledDraggableAnchors instance using a builder function.
Return
A new UnstyledDraggableAnchors instance with the anchor positions set by the builder function.
Parameters
builder
A function with a DraggableAnchorsConfig that offers APIs to configure anchors