CPDFShapeAttr constructor
const
CPDFShapeAttr({
- Color? fillColor = const Color(0xFF1460F3),
- Color? borderColor = Colors.black,
- int? colorAlpha = 128,
- int? borderWidth = 2,
- CPDFBorderStyle? borderStyle = const CPDFBorderStyle.solid(),
Implementation
const CPDFShapeAttr(
{this.fillColor = const Color(0xFF1460F3),
this.borderColor = Colors.black,
this.colorAlpha = 128,
this.borderWidth = 2,
this.borderStyle = const CPDFBorderStyle.solid()});