Interface
Common
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
fun invalidateDrawCache()