ShapeAnnotationConfiguration constructor

ShapeAnnotationConfiguration({
  1. Color? color,
  2. double thickness = 0.0,
  3. Color? fillColor,
  4. double? alpha,
  5. BorderStyle? borderStyle,
})

Implementation

ShapeAnnotationConfiguration({
  this.color,
  this.thickness = 0.0,
  this.fillColor,
  this.alpha,
  this.borderStyle,
});