Package-level declarations

Types

Link copied to clipboard
data class StickyTextItem(val text: String = "input", val id: String = Uuid.random().toString(), val type: StickyType, val isFocus: Boolean = false, val firstPoint: Offset, val translate: Offset = Offset.Zero, val scaleFactor: Float = 1.0f, val scaleOffset: Offset = Offset.Zero, val property: Property) : Attachable

Represents a sticky text item that can be attached to the canvas. This class contains properties related to the text, including its position, scaling, and properties.