ImageStyle class
The style of ImageElement.
Constructors
- ImageStyle({BlendMode? blendMode, Offset? offset, double? rotation, Alignment? align})
- Creates an image style.
Properties
- align → Alignment?
-
How the block element align to the anchor point.
finalinherited
- blendMode → BlendMode?
-
The blend mode of the image.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- offset → Offset?
-
The offset of the block element from the anchor.
finalinherited
- rotation → double?
-
The rotation of the block element.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
lerpFrom(
covariant ImageStyle from, double t) → ImageStyle -
Linearly interpolate between this style and
from
. -
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.