Post It Property
data class PostItProperty(val size: DpSize, val backgroundColor: Color, val textStyle: TextStyle, val selectionBackgroundColor: Color, val elevation: Dp, val corner: Dp, val padding: Dp) : Property
Represents the properties of a Post-It sticky note, including its size, background color, text style, selection color, elevation, corner radius, and padding.
Parameters
size
The size of the Post-It sticky note.
background Color
The background color of the sticky note.
text Style
The text style for the text within the sticky note, such as font size and color.
selection Background Color
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.