WatermarkOptions class

Configurations of the watermark image.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

WatermarkOptions({bool? visibleInPreview, Rectangle? positionInLandscapeMode, Rectangle? positionInPortraitMode})
Constructs the WatermarkOptions.

Properties

hashCode int
The hash code for this object.
no setterinherited
positionInLandscapeMode Rectangle?
The area to display the watermark image in landscape mode.
getter/setter pair
positionInPortraitMode Rectangle?
The area to display the watermark image in portrait mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleInPreview bool?
Whether the watermark image is visible in the local video preview: true: (Default) The watermark image is visible in the local preview. false: The watermark image is not visible in the local preview.
getter/setter pair

Methods

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