Compose API Reference Compose UI Geometry Size Function Common inline fun Size(width: Float, height: Float) = Size(packFloats(width, height)) Constructs a Size from the given width and height
Compose API Reference Compose UI Geometry Size Function Common inline fun Size(width: Float, height: Float) = Size(packFloats(width, height)) Constructs a Size from the given width and height