StreetViewCapture constructor
const
StreetViewCapture({})
Implementation
const StreetViewCapture({
Key? key,
required this.initialPosition,
required this.config,
this.onImageCaptured,
this.customCaptureButton,
this.initialBearing = 30,
this.zoomGesturesEnabled = false,
}) : super(key: key);