ParsedElement class

A ParsedElement is used to store parsed elements that might need future edits.

In the FlutterRenderer this is used to keep a stack of tags that need styling around them.

Constructors

ParsedElement(Element element)

Properties

element → Element
final
hashCode int
The hash code for this object.
no setterinherited
parsedChildren List<InlineSpan>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAllChild(List<InlineSpan> spans) → void
addChild(InlineSpan span) → void
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