Source set: Common
@JvmDefaultWithCompatibility
interface DrawModifier : Modifier.Element
A Modifier.Element that draws into the space of the layout.
Functions
draw
fun ContentDrawScope.draw()A Modifier.Element that draws into the space of the layout.
@JvmDefaultWithCompatibility
interface DrawModifier : Modifier.Element
A Modifier.Element that draws into the space of the layout.
fun ContentDrawScope.draw()Last updated: