MixImageOption class

Mix image

Implemented types

Constructors

MixImageOption({required ImageSource target, required int x, required int y, required int width, required int height, BlendMode blendMode = BlendMode.srcOver})
Mix image

Properties

blendMode BlendMode
The blend mode of mix image, default is BlendMode.srcOver.
final
canIgnore bool
Whether it is ture, it can be ignored.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
height int
The height of mix image.
final
key String
The key of transfer value.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target ImageSource
The target image to mix.
final
transferValue Map<String, Object>
The value of transfer value.
no setteroverride
width int
The width of mix image.
final
x int
The x coordinate of mix image.
final
y int
The y coordinate of mix image.
final

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