CPDFFreetextAttr constructor
const
CPDFFreetextAttr({
- Color? fontColor = Colors.black,
- int? fontColorAlpha = 255,
- int? fontSize = 30,
- bool? isBold = false,
- bool? isItalic = false,
- CPDFAlignment? alignment = CPDFAlignment.left,
- CPDFTypeface? typeface = CPDFTypeface.helvetica,
Implementation
const CPDFFreetextAttr({
this.fontColor = Colors.black,
this.fontColorAlpha = 255,
this.fontSize = 30,
this.isBold = false,
this.isItalic = false,
this.alignment = CPDFAlignment.left,
this.typeface = CPDFTypeface.helvetica,
});