LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: RenderSignalProxyBox

API reference and details for RenderSignalProxyBox from signals.dart.

RenderSignalProxyBox#

Kind: class  |  Package: package:signals_flutter

Class: RenderSignalProxyBox#

A low-level RenderProxyBox that subscribes to multiple reactive signals and automatically schedules repaints without layout/rebuild when signals fire.

Members of RenderSignalProxyBox#

Member Type Signature Description
RenderSignalProxyBox constructor dart RenderSignalProxyBox({required List<core.ReadonlySignal> signals}) Creates a new RenderSignalProxyBox with the specified list of observed signals .
signals method dart List<core.ReadonlySignal> signals Gets the current list of signals being observed.
signals method dart signals(List<core.ReadonlySignal> val) Sets a new list of observed signals and resubscribes to them.
detach method dart void detach()

References#

The RenderSignalProxyBox type is referenced and used in the following pages: