plus

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

Operator function to combine two Modifiers using the then method.

Return

A Modifier that is the result of combining the current Modifier with the provided Modifier.

Parameters

other

The Modifier to be combined with the current Modifier.