TextSpan

data class TextSpan(val text: String? = null, val children: List<TextSpan>? = null, val style: CellStyle? = null)(source)

Constructors

Link copied to clipboard
constructor(text: String? = null, children: List<TextSpan>? = null, style: CellStyle? = null)

Properties

Link copied to clipboard
val children: List<TextSpan>? = null
Link copied to clipboard
val style: CellStyle? = null
Link copied to clipboard
val text: String? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String