ImageElement class

An ImageElement is an InteractiveElement that displays images.

Inheritance

Constructors

ImageElement({required String name, required List<StyledElement> children, required Style style, required Node node, required String elementId, required String src, required String? alt, required Width? width, required Height? height})

Properties

alt → String?
final
attributes → Map<String, String>
no setterinherited
children ↔ List<StyledElement>
getter/setter pairinherited
counters → ListQueue<Counter>
finalinherited
element → Element?
no setterinherited
elementClasses → List<String>
finalinherited
elementId → String
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
height → Height?
final
href ↔ String?
getter/setter pairinherited
name → String
finalinherited
node → Node
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
src → String
final
style ↔ Style
getter/setter pairinherited
width → Width?
final

Methods

matchesSelector(String selector) → bool
inherited
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