CroppieViewPort constructor

const CroppieViewPort({
  1. int? width,
  2. int? height,
  3. String? type,
})

Implementation

const CroppieViewPort({
  this.width,
  this.height,
  this.type,
});