fix cam util

null_safety
小赖 4 years ago
parent 1b9f93ac91
commit d6137d50ab

@ -1,7 +1,7 @@
part of ansu_ui;
///
Future<File> camFile({maxHeight = 3000, maxWidth = 3000}) async {
Future<File> camFile({double maxHeight = 3000,double maxWidth = 3000}) async {
var pickedFile = await ImagePicker().getImage(
source: ImageSource.camera,
maxHeight: maxHeight,

Loading…
Cancel
Save