🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

DrawModifierNode

A Modifier.Node that draws into the space of the layout.

Source set: Common
public interface DrawModifierNode : DelegatableNode

A Modifier.Node that draws into the space of the layout.

This is the androidx.compose.ui.Modifier.Node equivalent of androidx.compose.ui.draw.DrawModifier

Functions

draw

Source set: Common
public fun ContentDrawScope.draw()

onMeasureResultChanged

Source set: Common
@EmptySuper public fun onMeasureResultChanged(): Unit