AnnotationTextField constructor

AnnotationTextField({
  1. String? name,
  2. PdfBorder? border,
  3. Set<PdfAnnotFlags>? flags,
  4. DateTime? date,
  5. String? subject,
  6. String? author,
  7. PdfColor? color,
  8. PdfColor? backgroundColor,
  9. PdfAnnotHighlighting? highlighting,
  10. int? maxLength,
  11. String? alternateName,
  12. String? mappingName,
  13. Set<PdfFieldFlags>? fieldFlags,
  14. String? value,
  15. String? defaultValue,
  16. TextStyle? textStyle,
  17. PdfIndirect? replaces,
})

Implementation

AnnotationTextField({
  this.name,
  this.border,
  this.flags,
  this.date,
  this.subject,
  this.author,
  this.color,
  this.backgroundColor,
  this.highlighting,
  this.maxLength,
  this.alternateName,
  this.mappingName,
  this.fieldFlags,
  this.value,
  this.defaultValue,
  this.textStyle,
  this.replaces,
});