LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

RenderSignalProxyBox

A low-level RenderProxyBox that subscribes to multiple reactive signals.

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.

Methods#

View Methods
List<core.ReadonlySignal> signals

Gets the current list of signals being observed.

signals(List<core.ReadonlySignal> val)

Sets a new list of observed signals and resubscribes to them.

void detach()