FaceFrameCustomization constructor

FaceFrameCustomization({
  1. GeometryType? geometryType,
  2. int? geometryTypeRadius,
  3. int? strokeWidth,
  4. String? strokeFaceNotAlignedColor,
  5. String? strokeFaceAlignedColor,
  6. int? strokeAlpha,
  7. int? strokePadding,
})

Implementation

FaceFrameCustomization({
    this.geometryType,
    this.geometryTypeRadius,
    this.strokeWidth,
    this.strokeFaceNotAlignedColor,
    this.strokeFaceAlignedColor,
    this.strokeAlpha,
    this.strokePadding,
});