SvgInheritableTextAttributes class abstract SVG DOM

Attributes of an SVG element that are inherited from an ancestor node, and that are also present in an SvgTextSpan within an SVG text element..

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
paint SvgPaint
The paint parameters to use when rendering a node.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleClass String
The Stylesheet class value for CSS Style instances to be applied to this node.
getter/setter pair
tagName String
The tag name of this node, to be used when matching CSS Style instances.
no setter
textStyle SvgTextStyle
The text styling information to use when rendering a node
getter/setter pair

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