CPDFFormAttr.signaturesFields constructor

const CPDFFormAttr.signaturesFields({
  1. Color fillColor = const Color(0xFFDDE9FF),
  2. Color borderColor = const Color(0xFF1460F3),
  3. int borderWidth = 2,
})

Implementation

const CPDFFormAttr.signaturesFields(
    {Color fillColor = const Color(0xFFDDE9FF),
    Color borderColor = const Color(0xFF1460F3),
    int borderWidth = 2})
    : this(
          formType: CPDFFormType.signaturesFields,
          fillColor: fillColor,
          borderColor: borderColor,
          borderWidth: borderWidth);