File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ class CameraPicker extends StatefulWidget {
133
133
bool enableSetExposure = true ,
134
134
bool enableExposureControlOnPoint = true ,
135
135
bool enablePinchToZoom = true ,
136
+ bool enablePullToZoomInRecord = true ,
136
137
bool shouldDeletePreviewFile = false ,
137
138
bool shouldLockPortrait = true ,
138
139
Duration maximumRecordingDuration = const Duration (seconds: 15 ),
@@ -160,6 +161,7 @@ class CameraPicker extends StatefulWidget {
160
161
enableSetExposure: enableSetExposure,
161
162
enableExposureControlOnPoint: enableExposureControlOnPoint,
162
163
enablePinchToZoom: enablePinchToZoom,
164
+ enablePullToZoomInRecord: enablePullToZoomInRecord,
163
165
shouldDeletePreviewFile: shouldDeletePreviewFile,
164
166
shouldLockPortrait: shouldLockPortrait,
165
167
maximumRecordingDuration: maximumRecordingDuration,
You can’t perform that action at this time.
0 commit comments