WatermarkStyle constructor
const
WatermarkStyle({})
Creates a watermark style configuration.
All parameters have sensible defaults for a subtle diagonal watermark.
Implementation
const WatermarkStyle({
this.opacity = 0.15,
this.rotate = -30,
this.textColor = const Color(0xFF9E9E9E),
this.fontSize = 16,
this.rowSpacing = 80,
this.columnSpacing = 120,
this.fontWeight = FontWeight.normal,
this.staggered = true,
});