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