Watermark constructor

const Watermark({
  1. required String imagePath,
  2. WatermarkAlignment? alignment,
})

Implementation

const Watermark({required this.imagePath, this.alignment});