TextEditorSkin

data class TextEditorSkin(val label: LabelSkin, val selectionColor: Color = Color.BLACK, val cursorThick: Float = 2.0f)

Constructors

Link copied to clipboard
constructor(label: LabelSkin, selectionColor: Color = Color.BLACK, cursorThick: Float = 2.0f)

Properties

Link copied to clipboard
val cursorThick: Float = 2.0f
Link copied to clipboard
Link copied to clipboard
val selectionColor: Color