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

takeOrElse

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

takeOrElse

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

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

takeOrElse

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

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