DrawFeature
data class DrawFeature<T : Any>(val space: CoordinateSpace<T>, val position: T, val attributes: Attributes = Attributes.EMPTY, val drawFeature: DrawScope.() -> Unit) : DraggableFeature<T>
Constructors
Link copied to clipboard
constructor(space: CoordinateSpace<T>, position: T, attributes: Attributes = Attributes.EMPTY, drawFeature: DrawScope.() -> Unit)