showSquareCrop static method
Implementation
static Future<CroppedFile?> showSquareCrop({
required BuildContext context,
required String imagePath,
}) =>
show(context: context, imagePath: imagePath, aspectRatio: 1.0);
static Future<CroppedFile?> showSquareCrop({
required BuildContext context,
required String imagePath,
}) =>
show(context: context, imagePath: imagePath, aspectRatio: 1.0);