Merge class
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
-
merge(Mode? mode, String? image, String? transformation, String? background, int? height, int? width, int? top, int? left, Gravity? gravity, Blend? blend, bool? tile, String? listofbboxes, String? listofpolygons)
→ TransformationData
-
Method for Basic Transformations
@param mode Mode? (Default: overlay)
@param image String (Default: )
@param transformation String (Default: )
@param background String (Default: "00000000")
@param height int (Default: 0)
@param width int (Default: 0)
@param top int (Default: 0)
@param left int (Default: 0)
@param gravity Gravity? (Default: center)
@param blend Blend? (Default: over)
@param tile bool (Default: false)
@param List of bboxes String
@param List of Polygons String
@return TransformationData.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited