Skip to content

Commit 301aee7

Browse files
committed
🐛 Tight up enablePullToZoomInRecord
1 parent 5025aa2 commit 301aee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/widget/camera_picker.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class CameraPicker extends StatefulWidget {
133133
bool enableSetExposure = true,
134134
bool enableExposureControlOnPoint = true,
135135
bool enablePinchToZoom = true,
136+
bool enablePullToZoomInRecord = true,
136137
bool shouldDeletePreviewFile = false,
137138
bool shouldLockPortrait = true,
138139
Duration maximumRecordingDuration = const Duration(seconds: 15),
@@ -160,6 +161,7 @@ class CameraPicker extends StatefulWidget {
160161
enableSetExposure: enableSetExposure,
161162
enableExposureControlOnPoint: enableExposureControlOnPoint,
162163
enablePinchToZoom: enablePinchToZoom,
164+
enablePullToZoomInRecord: enablePullToZoomInRecord,
163165
shouldDeletePreviewFile: shouldDeletePreviewFile,
164166
shouldLockPortrait: shouldLockPortrait,
165167
maximumRecordingDuration: maximumRecordingDuration,

0 commit comments

Comments
 (0)