File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import 'package:flutter/widgets.dart';
9
9
10
10
import '../internals/enums.dart' ;
11
11
12
- /// {@template wechat_camera_picker.SaveEntityCallback }
12
+ /// {@template wechat_camera_picker.EntitySaveCallback }
13
13
/// The callback type define for saving entity in the viewer.
14
14
/// 在查看器中保存图片时的回调
15
15
///
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class CameraPicker extends StatefulWidget {
120
120
/// 覆盖在相机预览上方的前景构建
121
121
final Widget Function (CameraValue )? foregroundBuilder;
122
122
123
- /// {@macro wechat_camera_picker.SaveEntityCallback }
123
+ /// {@macro wechat_camera_picker.EntitySaveCallback }
124
124
final EntitySaveCallback ? onEntitySaving;
125
125
126
126
/// Static method to create [AssetEntity] through camera.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class CameraPickerViewer extends StatefulWidget {
50
50
/// 返回页面时是否删除预览文件
51
51
final bool shouldDeletePreviewFile;
52
52
53
- /// {@macro wechat_camera_picker.SaveEntityCallback }
53
+ /// {@macro wechat_camera_picker.EntitySaveCallback }
54
54
final EntitySaveCallback ? onEntitySaving;
55
55
56
56
/// Static method to push with the navigator.
You can’t perform that action at this time.
0 commit comments