SizeConstructs a [Size] from the given width and heightCompose 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