CroppieBoundary constructor

const CroppieBoundary({
  1. int? width,
  2. int? height,
})

Implementation

const CroppieBoundary({
  this.width,
  this.height,
});