then

Appends one description inside the existing chain.

Return

a new value whose existing descriptions remain outermost.

Parameters

element

the immutable description to append.


fun then(modifier: Modifier): Modifier(source)

Appends another chain inside the existing chain.

Return

a new value with this chain outermost.

Parameters

modifier

the immutable chain to append.