Home
last modified time | relevance | path

Searched defs:TextIndent (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/
DTextIndent.kt32 class TextIndent(val firstLine: TextUnit = 0.sp, val restLine: TextUnit = 0.sp) { class
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DEllipsizeWithLetterSpacing.kt101 private fun TextIndent.toLabel() = in toLabel() method