CameraTargetBounds constructor

const CameraTargetBounds(
  1. LatLngBounds? bounds
)

Creates a camera target bounds with the specified bounding box, or null to indicate that the camera target is not bounded.

Implementation

const CameraTargetBounds(this.bounds);