WatermarkOptions constructor
WatermarkOptions({})
Constructor
Implementation
WatermarkOptions({
this.position = WatermarkPosition.center,
this.pages = const PageRange.allPages(),
this.opacity = 30,
this.rotation = 45,
this.customX,
this.customY,
});