ForensicWatermarkImage constructor
const
ForensicWatermarkImage({})
Creates a widget that embeds and displays a forensic watermark.
Implementation
const ForensicWatermarkImage({
super.key,
required this.imageBytes,
required this.payload,
required this.secretKey,
this.config = const ForensicConfig(),
this.placeholder,
this.errorBuilder,
this.fit = BoxFit.contain,
this.alignment = Alignment.center,
});