SenzuWatermark constructor
Implementation
const SenzuWatermark({
this.userId,
this.customText,
this.opacity = 0.18,
this.fontSize = 13.0,
this.color = Colors.white,
this.position = WatermarkPosition.random,
this.moveDuration = const Duration(seconds: 30),
this.showTimestamp = true,
this.showUserId = true,
});