androidx.compose.foundation.window


Extension functions summary

Unit
@Composable
WindowScope.WindowDraggableArea(
    modifier: Modifier,
    content: @Composable () -> Unit
)

WindowDraggableArea is a component that allows you to drag the window using the mouse.

Extension functions

WindowDraggableArea

@Composable
fun WindowScope.WindowDraggableArea(
    modifier: Modifier = Modifier,
    content: @Composable () -> Unit = {}
): Unit

WindowDraggableArea is a component that allows you to drag the window using the mouse.

Parameters
modifier: Modifier = Modifier

The modifier to be applied to the layout.

content: @Composable () -> Unit = {}

The content lambda.