PdfAcroTextField constructor

PdfAcroTextField(
  1. PdfDict<PdfDataType> dictionary,
  2. PdfIndirect? indirectReference,
  3. String name,
  4. PdfAcroForm acroForm,
)

Implementation

PdfAcroTextField(
    super.dictionary, super.indirectReference, super.name, super.acroForm);