CroppingImageView constructor

const CroppingImageView({
  1. Color? colorForWhiteSpace,
  2. double? squareCircleSize,
  3. double? squareBorderWidth,
  4. Color? squareCircleColor,
  5. EdgeInsets? imageEdgeInsets,
  6. bool? makeDarkerOutside,
  7. bool? isConstrain,
  8. dynamic state,
  9. Key? key,
})

Implementation

const CroppingImageView({
  this.colorForWhiteSpace,
  this.squareCircleSize,
  this.squareBorderWidth,
  this.squareCircleColor,
  this.imageEdgeInsets,
  this.makeDarkerOutside,
  this.isConstrain,
  this.state,
  Key? key,
}) : super(key: key);