ReductionAnnotationConfigurations constructor

ReductionAnnotationConfigurations({
  1. Color? color,
  2. Color? fillColor,
  3. Color? outlineColor,
  4. String? overlayText,
  5. String? repeatOverlayText,
})

Implementation

ReductionAnnotationConfigurations(
    {this.color,
    this.fillColor,
    this.outlineColor,
    this.overlayText,
    this.repeatOverlayText});