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

CacheDrawModifierNode

Expands on the androidx.compose.ui.node.DrawModifierNode by adding the ability to invalidate the draw cache for changes in things like shapes and bitmaps (see Modifier.border for a usage examples).

Source set: Common
public sealed interface CacheDrawModifierNode : DrawModifierNode

Expands on the androidx.compose.ui.node.DrawModifierNode by adding the ability to invalidate the draw cache for changes in things like shapes and bitmaps (see Modifier.border for a usage examples).

Functions

invalidateDrawCache

Source set: Common
public fun invalidateDrawCache()