Class

OffsetEffect

RenderEffect used to translate either the given RenderEffect or the content of the GraphicsLayerScope it is configured on.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
expect class OffsetEffect(renderEffect: RenderEffect?, offset: Offset) : RenderEffect

RenderEffect used to translate either the given RenderEffect or the content of the GraphicsLayerScope it is configured on.

Android
actual class OffsetEffect
actual constructor(private val renderEffect: RenderEffect?, private val offset: Offset) :
    RenderEffect()