plus

operator fun TextUnit.plus(other: TextUnit): TextUnit

Returns the sum of this and the other TextUnit value.


infix operator fun PaddingValues.plus(other: PaddingValues): PaddingValues

Adds together the values of the given PaddingValues and returns updated PaddingValues.