WatermarkPosition class abstract
Represents the position of a watermark on a media.
This abstract class serves as a base for defining different watermark positions. Implementations of this class should specify how a watermark is positioned (e.g., top-left, center, bottom-right) on the media being edited.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- bottomCenter → const String
- bottomLeft → const String
- bottomRight → const String
- middleCenter → const String
- middleLeft → const String
- middleRight → const String
- topCenter → const String
- topLeft → const String
- topRight → const String