A low-level RenderProxyBox that subscribes to multiple reactive signals and automatically schedules repaints without layout/rebuild when signals fire.
Constructors#
View Constructors
RenderSignalProxyBox({required List<core.ReadonlySignal> signals})
Creates a new RenderSignalProxyBox with the specified list of observed signals.