const ProfileCrop( {Key? key, required this.file, this.title = 'Crop', this.aspectRatio = 1}) : super(key: key);