CPDFCheckBoxAttr constructor
const
CPDFCheckBoxAttr({})
Implementation
const CPDFCheckBoxAttr(
{this.fillColor = const Color(0xFFDDE9FF),
this.borderColor = const Color(0xFF1460F3),
this.borderWidth = 2,
this.checkedColor = const Color(0xFF43474D),
this.isChecked = false,
this.checkedStyle = CPDFCheckStyle.check});