SenzuWatermark class

Constructors

SenzuWatermark({String? userId, String? customText, double opacity = 0.18, double fontSize = 13.0, Color color = Colors.white, WatermarkPosition position = WatermarkPosition.random, Duration moveDuration = const Duration(seconds: 30), bool showTimestamp = true, bool showUserId = true})
const

Properties

color Color
final
customText String?
final
fontSize double
final
hashCode int
The hash code for this object.
no setterinherited
moveDuration Duration
final
opacity double
final
position WatermarkPosition
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTimestamp bool
final
showUserId bool
final
userId String?
final

Methods

buildText() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited