FreeTextAnnotationConfiguration constructor

FreeTextAnnotationConfiguration({
  1. Color? color,
  2. double thickness = 0.0,
  3. Color? fillColor,
  4. String? fontName,
  5. double fontSize = 0.0,
  6. String? text,
  7. TextAlign? textAlignment,
  8. double? alpha,
})

Implementation

FreeTextAnnotationConfiguration(
    {this.color,
    this.thickness = 0.0,
    this.fillColor,
    this.fontName,
    this.fontSize = 0.0,
    this.text,
    this.textAlignment,
    this.alpha});