CPDFEditTextArea constructor
const
CPDFEditTextArea({})
Implementation
const CPDFEditTextArea({
required super.uuid,
required super.page,
this.text = '',
this.alignment = CPDFAlignment.left,
this.fontSize = 12.0,
this.color = Colors.black,
this.alpha = 255,
this.familyName = 'Helvetica',
this.styleName = 'Regular',
}) : super(type: CPDFEditAreaType.text);