Skip to content

Commit

Permalink
Make DragAndDropEvent::offset internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Dec 13, 2024
1 parent 1da9cf4 commit 277d761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import androidx.compose.ui.geometry.Offset
/**
* A representation of an event sent by the platform during a drag and drop operation.
*/
actual class DragAndDropEvent internal constructor(val offset: Offset)
actual class DragAndDropEvent internal constructor(internal val offset: Offset)

/**
* Returns the position of this [DragAndDropEvent] relative to the root Compose View in the
Expand Down

0 comments on commit 277d761

Please sign in to comment.