CPDFContentEditorAttr constructor
const
CPDFContentEditorAttr({
- 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 CPDFContentEditorAttr(
{this.fontColor = Colors.black,
this.fontColorAlpha = 255,
this.fontSize = 30,
this.isBold = false,
this.isItalic = false,
this.typeface = CPDFTypeface.helvetica,
this.alignment = CPDFAlignment.left});