showWideScreenCrop static method
Future<CroppedFile?>
showWideScreenCrop({
- required BuildContext context,
- required String imagePath,
Implementation
static Future<CroppedFile?> showWideScreenCrop({
required BuildContext context,
required String imagePath,
}) =>
show(context: context, imagePath: imagePath, aspectRatio: 16 / 9);