Watermark class

Constructors

Watermark.new({required WatermarkSource image, WatermarkSize? watermarkSize, double opacity = 1.0, WatermarkAlignment? watermarkAlignment})
Defines the characteristics of watermark image.

Properties

hashCode int
The hash code for this object.
no setterinherited
image WatermarkSource
Source of image to be added in the video as watermark.
final
opacity double
Opacity of the watermark image varies between 0.0 - 1.0.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
watermarkAlignment WatermarkAlignment?
WatermarkAlignment Position of the watermark image in the video
getter/setter pair
watermarkSize WatermarkSize?
WatermarkSize Height and width of the watermark image,
getter/setter pair

Methods

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

Operators

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