StampAnnotationConfiguration constructor

StampAnnotationConfiguration({
  1. Color? color,
  2. double thickness = 0.0,
  3. Color? fillColor,
  4. String? stampName,
})

Implementation

StampAnnotationConfiguration({
  this.color,
  this.thickness = 0.0,
  this.fillColor,
  this.stampName,
});