LineAnnotationConfiguration constructor

LineAnnotationConfiguration({
  1. Color? color,
  2. double thickness = 0.0,
  3. Color? fillColor,
  4. double? alpha,
  5. Map<String, LineEndingStyle>? lineEndingStyle,
})

Implementation

LineAnnotationConfiguration({
  this.color,
  this.thickness = 0.0,
  this.fillColor,
  this.alpha,
  this.lineEndingStyle,
});