TextWatermarkOptions constructor
TextWatermarkOptions({})
Constructor
Implementation
TextWatermarkOptions({
required this.text,
this.textColor = '#FF0000',
this.fontSize = 48,
this.fontFamily = 'Arial',
super.position,
super.pages,
super.opacity,
super.rotation,
super.customX,
super.customY,
});