OverlayPaintNode

A node that emits local drawing commands after its effective descendants.

One successful callback produces the node's complete local overlay display list. The runtime retains that list until paint invalidation and combines it with the node's current accumulated bounds on each paint pass.

Functions

Link copied to clipboard
abstract fun paintOverlay(scope: PaintScope)

Paints this node's overlay in local coordinates on the owning tree thread after its effective descendants.