StickyNote

fun StickyNote(modifier: Modifier = Modifier, controller: StickyItemController)

A composable function that displays a collection of sticky notes (such as text, images, etc.) and allows for interactions like moving, zooming, and editing them.

Parameters

modifier

Modifier to apply additional styling or behavior to the composable.

controller

The controller responsible for managing the state and logic of the sticky items.