Watermark constructor
const
Watermark({
- required String imagePath,
- WatermarkAlignment? alignment,
Implementation
const Watermark({required this.imagePath, this.alignment});