Size
Source set: Common
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
Constructs a Size from the given width and height
Constructs a Size from the given width and height
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
inline fun Size(width: Float, height: Float) = Size(packFloats(width, height))
Constructs a Size from the given width and height
Last updated: