Source set: Common
@ExperimentalFoundationStyleApi
interface TextIndentScope
An interface that introduces the textIndent property to a Style receiver scope.
Functions
textIndent
fun textIndent(value: TextIndent) // ref class of two longs
Sets the text indent (e.g., for the first line or subsequent lines). This property is inherited by child text components if not overridden. This affects text layout and is a component of a TextStyle.
This property is inherited.
Parameters
| value | The TextIndent to apply. |