🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

takeOrElse

If isSpecified is true then this is returned, otherwise block is executed and its result is returned.

takeOrElse

Source set: Common
public inline fun BaselineShift.takeOrElse(block: () -> BaselineShift): BaselineShift

If isSpecified is true then this is returned, otherwise block is executed and its result is returned.

takeOrElse

Source set: Common
public inline fun Hyphens.takeOrElse(block: () -> Hyphens): Hyphens

If isSpecified is true then this is returned, otherwise block is executed and its result is returned.

takeOrElse

Source set: Common
public inline fun TextAlign.takeOrElse(block: () -> TextAlign): TextAlign

If isSpecified is true then this is returned, otherwise block is executed and its result is returned.

takeOrElse

Source set: Common
public inline fun TextDirection.takeOrElse(block: () -> TextDirection): TextDirection

If isSpecified is true then this is returned, otherwise block is executed and its result is returned.