CropTheImage constructor

const CropTheImage({
  1. Key? key,
  2. required Image image,
})

Implementation

const CropTheImage({Key? key, required this.image}) : super(key: key);