CPDFMarkupAttr constructor

const CPDFMarkupAttr({
  1. Color? color = const Color(0xFF1460F3),
  2. int? alpha = 77,
})

Implementation

const CPDFMarkupAttr({this.color = const Color(0xFF1460F3), this.alpha = 77});