WatermarkOptions constructor

WatermarkOptions(
  1. String watermarkURI, {
  2. double? size,
  3. double? inset,
  4. AlignmentMode? alignment,
})

Creates new WatermarkOptions.

Implementation

WatermarkOptions(this.watermarkURI, {this.size, this.inset, this.alignment});