SvgContentElement class

SvgContentElement is a ReplacedElement with an SVG as its contents.

Inheritance

Constructors

SvgContentElement({required String name, required String data, required double? width, required double? height, required Element node})

Properties

alignment PlaceholderAlignment
getter/setter pairinherited
attributes Map<String, String>
no setterinherited
children List<StyledElement>
getter/setter pairinherited
data String
final
element → Element?
no setterinherited
elementClasses List<String>
finalinherited
elementId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
final
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Style
getter/setter pairinherited
width double?
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
toWidget(RenderContext context) Widget
override

Operators

operator ==(Object other) bool
The equality operator.
inherited