CPDFFormAttr.signaturesFields constructor
const
CPDFFormAttr.signaturesFields({})
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);