ContourConfiguration constructor

ContourConfiguration({
  1. Color? strokeColor,
  2. Color? strokeOkColor,
  3. Color? fillColor,
  4. Color? fillOkColor,
  5. double? strokeWidth,
  6. Color? autoSnapProgressStrokeColor,
  7. double? autoSnapProgressStrokeWidth,
  8. bool? autoSnapProgressEnabled,
  9. bool showPolygonInManualMode = false,
  10. double? cornerRadius,
})

Implementation

ContourConfiguration(
    {this.strokeColor,
    this.strokeOkColor,
    this.fillColor,
    this.fillOkColor,
    this.strokeWidth,
    this.autoSnapProgressStrokeColor,
    this.autoSnapProgressStrokeWidth,
    this.autoSnapProgressEnabled,
    this.showPolygonInManualMode = false,
    this.cornerRadius});