CutoutConfig constructor

CutoutConfig({
  1. CutoutConfigAlignment? alignment,
  2. CutoutConfigAnimation? animation,
  3. int? cornerRadius,
  4. Offset? cropOffset,
  5. NonNegativeOffset? cropPadding,
  6. String? feedbackStrokeColor,
  7. String? maxHeightPercent,
  8. String? maxWidthPercent,
  9. Offset? offset,
  10. double? outerAlpha,
  11. String? outerColor,
  12. RatioFromSize? ratioFromSize,
  13. String? strokeColor,
  14. int? strokeWidth,
  15. int? width,
})

Implementation

CutoutConfig({
    this.alignment,
    this.animation,
    this.cornerRadius,
    this.cropOffset,
    this.cropPadding,
    this.feedbackStrokeColor,
    this.maxHeightPercent,
    this.maxWidthPercent,
    this.offset,
    this.outerAlpha,
    this.outerColor,
    this.ratioFromSize,
    this.strokeColor,
    this.strokeWidth,
    this.width,
});