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