CameraSettingsDefaults constructor

CameraSettingsDefaults(
  1. VideoResolution preferredResolution,
  2. double zoomFactor,
  3. FocusRange focusRange,
  4. FocusGestureStrategy focusGestureStrategy,
  5. double zoomGestureZoomFactor,
  6. Map<String, dynamic> properties, {
  7. required bool shouldPreferSmoothAutoFocus,
})

Implementation

CameraSettingsDefaults(this.preferredResolution, this.zoomFactor, this.focusRange, this.focusGestureStrategy,
    this.zoomGestureZoomFactor, this.properties,
    {required this.shouldPreferSmoothAutoFocus});