TreeRow

data class TreeRow(val indent: Int, val segments: List<TextSegment>)(source)

Constructors

Link copied to clipboard
constructor(indent: Int, segments: List<TextSegment>)

Properties

Link copied to clipboard
val indent: Int
Link copied to clipboard