Create a high-level renderer for deterministic widget tests.
Repeated render(...) calls reuse committed runtime state so tests can model real update sequences without manual commit/layout plumbing.
render(...)
Create a high-level renderer for deterministic widget tests.
Repeated
render(...)calls reuse committed runtime state so tests can model real update sequences without manual commit/layout plumbing.