Post It Property
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.
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.