PanoramaAngularBoundingBox constructor
const
PanoramaAngularBoundingBox({})
Implementation
const PanoramaAngularBoundingBox({
required this.left,
required this.top,
required this.right,
required this.bottom,
});