Source set: Common
@ExperimentalFoundationStyleApi
interface LetterSpacingScope
An interface that introduces the letterSpacing property to a Style receiver scope.
Functions
letterSpacing
fun letterSpacing(value: TextUnit)
Sets the letter spacing for the text. This property is inherited by child text components if not overridden. This affects text layout and rendering, and is a component of a TextStyle.
This property is inherited.
Parameters
| value | The letter spacing in TextUnit (e.g., 0.5.sp). |