CPDFUiFormPreviewStyle constructor

const CPDFUiFormPreviewStyle({
  1. CPDFFormPreviewStyleType style = CPDFFormPreviewStyleType.fill,
  2. double strokeWidth = 2,
  3. Color color = const Color(0x4D1460F3),
})

Implementation

const CPDFUiFormPreviewStyle({
  this.style = CPDFFormPreviewStyleType.fill,
  this.strokeWidth = 2,
  this.color = const Color(0x4D1460F3),
});