onTimeExtentChanged property

Stream<TimeExtent?> onTimeExtentChanged

Invokes the callback when the time extent of the GeoViewController changes.

Implementation

Stream<TimeExtent?> get onTimeExtentChanged =>
    _timeExtentChangedStreamController.stream;