WrappedStyleTag class abstract

An wrapped style tag allows the tag to wrap the children with a style. This can for example be useful for \QUOTE tags that require a different styling around them.

Inheritance
Implementers

Constructors

WrappedStyleTag(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
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.

Operators

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