CropImage constructor

const CropImage({
  1. Key? key,
  2. required File imageFile,
})

Implementation

const CropImage({Key? key, required this.imageFile}) : super(key: key);