cameraTargetBounds property

CameraTargetBounds cameraTargetBounds

Implementation

CameraTargetBounds get cameraTargetBounds => _cameraTargetBounds;
void cameraTargetBounds=(CameraTargetBounds value)

Implementation

set cameraTargetBounds(CameraTargetBounds value) {
  this._cameraTargetBounds = value;
  notifyListeners();
}