Cropper constructor

const Cropper({
  1. Key? key,
  2. Uint8List? image,
})

Implementation

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