Composables UI is out: our new component library for Compose Multiplatform ->
Property

isFinite

Whether all coordinates of this rounded rectangle are finite.

Source set: Common
val RoundRect.isFinite

Whether all coordinates of this rounded rectangle are finite.

Source set: Common
inline val Offset.isFinite: Boolean

True if both x and y values of the Offset are finite. NaN values are not considered finite.

Last updated: