showWideScreenCrop static method

Future<CroppedFile?> showWideScreenCrop({
  1. required BuildContext context,
  2. required String imagePath,
})

Implementation

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