onOwnOrChildParamChange property

Stream<void> onOwnOrChildParamChange

A stream that informs when the node's own or its child parameters change.

Implementation

Stream<void> get onOwnOrChildParamChange => _ownOrChildParamChange.stream;