WatermarkPainter constructor
WatermarkPainter({
- required String text,
- required WatermarkStyle style,
Creates a watermark painter with the given text and style.
Implementation
WatermarkPainter({
required this.text,
required this.style,
});