ListTag class

Represents BBCode list. Requires both styles for ordered and unordered lists.

Inheritance

Constructors

ListTag(ListItemStyle orderedStyle, ListItemStyle unorderedStyle)

Properties

hashCode int
The hash code for this object.
no setterinherited
orderedStyle ListItemStyle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
finalinherited
unorderedStyle ListItemStyle
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTagEnd(FlutterRenderer renderer) → void
inherited
onTagStart(FlutterRenderer renderer) → void
override
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.
inherited

Operators

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