onVisibilityChanged property

Stream<bool> onVisibilityChanged

Callback invoked when the visibility of the layer changes.

Implementation

Stream<bool> get onVisibilityChanged =>
    _visibilityChangedStreamController.stream;