CPDFUiScreenshotStyle constructor
const
CPDFUiScreenshotStyle({})
Implementation
const CPDFUiScreenshotStyle({
this.outsideColor = Colors.transparent,
this.fillColor = Colors.transparent,
this.borderColor = const Color(0xFF6499FF),
this.borderWidth = 5,
this.borderDashPattern = const [20, 8],
});