Function

drawWithContent

Creates a RemoteModifier that allows drawing with the component's content.

drawWithContent

Source set: Android
public fun RemoteModifier.drawWithContent(
    onDraw: RemoteContentDrawScope.() -> Unit
): RemoteModifier

Creates a RemoteModifier that allows drawing with the component's content.

Parameters

onDraw The drawing block that provides access to RemoteContentDrawScope.

Last updated: