File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ Flutter SDK: `>=2.0.0` .
69
69
| enablePinchToZoom | ` bool ` | Whether users can zoom the camera by pinch. | ` true ` |
70
70
| enablePullToZoomInRecord | ` bool ` | Whether users can zoom by pulling up when recording video. | ` true ` |
71
71
| shouldDeletePreviewFile | ` bool ` | Whether the preview file will be delete when pop. | ` false ` |
72
- | shouldLockPortrait | ` bool ` | Whether the orientation should be set to portrait | ` true ` |
73
72
| maximumRecordingDuration | ` Duration ` | The maximum duration of the video recording process. | ` const Duration(seconds: 15) ` |
74
73
| theme | ` ThemeData? ` | Theme data for the picker. | ` CameraPicker.themeData(C.themeColor) ` |
75
74
| textDelegate | ` CameraPickerTextDelegate? ` | Text delegate that controls text in widgets. | ` DefaultCameraPickerTextDelegate ` |
You can’t perform that action at this time.
0 commit comments