CPDFUnderlineAttr constructor

const CPDFUnderlineAttr({
  1. Color color = const Color(0xFF1460F3),
  2. double alpha = 77,
})

Implementation

const CPDFUnderlineAttr({super.color, super.alpha});