onLayoutChanged property

  1. @override
Stream<DomService>? get onLayoutChanged

Override with an implementation of DomService.onLayoutChanged.

The stream should fire within a DOM read queue.

Implementation

@override
Stream<DomService>? get onLayoutChanged => _domService.onLayoutChanged;