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