LocalizedImageCropper constructor

const LocalizedImageCropper({
  1. String? cropDoneText,
  2. String? cropCancelText,
  3. String? cropTitleText,
})

Implementation

const LocalizedImageCropper({
  this.cropDoneText,
  this.cropCancelText,
  this.cropTitleText,
});