CPDFInkAttr constructor

const CPDFInkAttr({
  1. Color? color = const Color(0xFF1460F3),
  2. int? alpha = 255,
  3. int borderWidth = 10,
})

Implementation

const CPDFInkAttr(
    {this.color = const Color(0xFF1460F3),
    this.alpha = 255,
    this.borderWidth = 10});