ImageElement class
An image element.
- Inheritance
-
- Object
- MarkElement<
ImageStyle> - ImageElement
Constructors
- ImageElement({required Image image, required Offset anchor, Alignment defaultAlign = Alignment.center, required ImageStyle style, String? tag})
- Creates an image element.
Properties
- anchor → Offset
-
The anchor position of this block.
finalinherited
- defaultAlign ↔ Alignment
-
The default align of this block to anchor when
BlockStyle.align
is not set.read / writeinherited - hashCode → int
-
The hash code for this object.
read-onlyinherited
- image → Image
-
The image to display.
final
- paintPoint ↔ Offset
-
latefinalinherited
- rotation → double?
-
The rotation of this element.
finalinherited
- rotationAxis → Offset?
-
The rotation axis of this element.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- style → ImageStyle
-
The style of this element.
finalinherited
- tag → String?
-
The tag to indicate correspondence of this element in animation.
finalinherited
Methods
-
draw(
Canvas canvas) → void -
Indicates how this element is drawn.
override
-
lerpFrom(
covariant ImageElement from, double t) → ImageElement -
Linearly interpolate between this element and
from
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
Canvas canvas) → void -
Paints this element on
canvas
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.