ColorContent

data class ColorContent(val color: Color) : CodeSpan.ContentInfo

A color linked to a CodeSpan. For instance, this content may be assigned to a CodeSpan if its text holds information about a color's hex.

Parameters

color

color data

Constructors

Link copied to clipboard
constructor(color: Color)

Properties

Link copied to clipboard