ContourConfiguration constructor
ContourConfiguration(- {Color? strokeColor,
- Color? strokeOkColor,
- Color? fillColor,
- Color? fillOkColor,
- double? strokeWidth,
- Color? autoSnapProgressStrokeColor,
- double? autoSnapProgressStrokeWidth,
- bool? autoSnapProgressEnabled,
- double? cornerRadius}
)
Implementation
ContourConfiguration(
{this.strokeColor,
this.strokeOkColor,
this.fillColor,
this.fillOkColor,
this.strokeWidth,
this.autoSnapProgressStrokeColor,
this.autoSnapProgressStrokeWidth,
this.autoSnapProgressEnabled,
this.cornerRadius});