drawWithContent
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. |