PdfChoiceField constructor
PdfChoiceField({})
Implementation
PdfChoiceField({
required PdfRect rect,
required this.textColor,
required this.font,
required this.fontSize,
required this.items,
String? fieldName,
this.value,
this.defaultValue,
}) : super(
rect: rect,
fieldType: '/Ch',
fieldName: fieldName,
);