PostItProperty

constructor(size: DpSize, backgroundColor: Color, textStyle: TextStyle, selectionBackgroundColor: Color, elevation: Dp, corner: Dp, padding: Dp)

Parameters

size

The size of the Post-It sticky note.

backgroundColor

The background color of the sticky note.

textStyle

The text style for the text within the sticky note, such as font size and color.

selectionBackgroundColor

The background color when the sticky note is selected.

elevation

The elevation (shadow) applied to the sticky note.

corner

The corner radius for rounded corners of the sticky note.

padding

The padding inside the sticky note to control the spacing between content and borders.