CursorColors

data class CursorColors(    @ColorLong val cursorColor: Long,     @ColorLong val errorCursorColor: Long,     @ColorLong val cursorHandleColor: Long,     @ColorLong val cursorHighlightColor: Long)

Constructors

Link copied to clipboard
constructor(cursorColor: Long)
constructor(    @ColorLong cursorColor: Long,     @ColorLong errorCursorColor: Long,     @ColorLong cursorHandleColor: Long,     @ColorLong cursorHighlightColor: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard