AbstractListTag class abstract

Base class for the List tags. Since both ordered and unordered list share some functionality in terms of rendering.

Inheritance
Implementers

Constructors

AbstractListTag(String tag)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTagEnd(FlutterRenderer renderer) → void
override
onTagStart(FlutterRenderer renderer) → void
inherited
toString() String
A string representation of this object.
inherited
wrap(FlutterRenderer renderer, Element element, List<InlineSpan> spans) List<InlineSpan>
Method that should be overwritten by the implementing tag. The spans are all styled children of this tag. A list of InlineSpan should be returned. For a quote tag this would be one single element.
override

Operators

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