CameraTargetBounds constructor
const
CameraTargetBounds(
- 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);