clearBeforeDraw property

bool clearBeforeDraw
final

Whether drawing should first delete existing placements for id.

This is useful for retained-mode renderers that repaint a stable image ID: it prevents stale Kitty placements from surviving after a resize or move.

Implementation

final bool clearBeforeDraw;