OffsetEffect
Source set: Common
fun OffsetEffect(offsetX: Float, offsetY: Float) = OffsetEffect(null, Offset(offsetX, offsetY))
Create an OffsetEffect that implicitly offsets the contents of the GraphicsLayerScope it is configured on
Create an OffsetEffect that implicitly offsets the contents of the GraphicsLayerScope it is configured on
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun OffsetEffect(offsetX: Float, offsetY: Float) = OffsetEffect(null, Offset(offsetX, offsetY))
Create an OffsetEffect that implicitly offsets the contents of the GraphicsLayerScope it is configured on
Last updated: