CPDFPushButtonAttr constructor
const
CPDFPushButtonAttr({})
Implementation
const CPDFPushButtonAttr({
this.title = 'Button',
this.fillColor = const Color(0xFFDDE9FF),
this.borderColor = const Color(0xFF1460F3),
this.borderWidth = 2,
this.fontColor = Colors.black,
this.fontSize = 20,
this.typeface = CPDFTypeface.helvetica,
this.isBold = false,
this.isItalic = false,
});