CutoutConfig constructor
CutoutConfig({
- CutoutConfigAlignment? alignment,
- CutoutConfigAnimation? animation,
- int? cornerRadius,
- Offset? cropOffset,
- NonNegativeOffset? cropPadding,
- String? feedbackStrokeColor,
- String? maxHeightPercent,
- String? maxWidthPercent,
- Offset? offset,
- double? outerAlpha,
- String? outerColor,
- RatioFromSize? ratioFromSize,
- String? strokeColor,
- int? strokeWidth,
- 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,
});