renderManager property

RenderManager? renderManager
getter/setter pair

Optional reference to the render manager for coordinating rendering operations.

When set, allows the component to request redraws or access rendering context.

Implementation

RenderManager? renderManager;