ImagePosition class

Used to describe the location information of merge for MergeImageConfig.

Constructors

ImagePosition(Offset offset, Size size)
Used to describe the location information of merge for MergeImageConfig.
const
ImagePosition.params({required double x, required double y, required double width, required double height})
Use x, y, width and height to create instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
Contains offset information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Contains size information.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Convert current instance to Map.
toString() String
A string representation of this object.
inherited

Operators

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