Kontext Menu
@Composable
A Material 3 implementation of a popup-based context menu.
This composable function creates a context menu using a popup with Material 3 styling. It provides cut, copy, and paste functionality with a simple popup interface.
Parameters
cut
Optional callback for the cut operation
copy
Optional callback for the copy operation
paste
Optional callback for the paste operation
content
The content to display in the context menu area