Source set: Common
@ExperimentalFoundationStyleApi
interface BaselineShiftScope
An interface that introduces the baselineShift property to a Style receiver scope.
Functions
baselineShift
fun baselineShift(value: BaselineShift)
Sets the baseline shift for the text (e.g., for superscript or subscript). 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 BaselineShift to apply. |