Source set: Common
public interface TextIndentScope
An interface that introduces the textIndent property to a Style receiver scope.
Functions
textIndent
Source set: Common
public fun textIndent(value: TextIndent)
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. |