Searched defs:TextIndent (Results 1 – 2 of 2) sorted by relevance
32 class TextIndent(val firstLine: TextUnit = 0.sp, val restLine: TextUnit = 0.sp) { class
101 private fun TextIndent.toLabel() = in toLabel() method