PdfAnnotWidget constructor
      
      PdfAnnotWidget({})
     
    
Create a widget annotation
Implementation
PdfAnnotWidget({
  required super.rect,
  required this.fieldType,
  this.fieldName,
  super.border,
  super.flags,
  super.date,
  super.color,
  this.backgroundColor,
  this.highlighting,
  super.subject,
  super.author,
}) : super(
        subtype: '/Widget',
      );