Compose API Reference Compose UI ScaleFactor Function Common inline fun ScaleFactor(scaleX: Float, scaleY: Float) = ScaleFactor(packFloats(scaleX, scaleY)) Constructs a ScaleFactor from the given x and y scale values
Compose API Reference Compose UI ScaleFactor Function Common inline fun ScaleFactor(scaleX: Float, scaleY: Float) = ScaleFactor(packFloats(scaleX, scaleY)) Constructs a ScaleFactor from the given x and y scale values