StyleTag class abstract

The StyleTag changes the way the text is rendered. It pushes a new style on to the stack and pops it after it has been used. If more control is required the onTagStart and onTagEnd methods can be overwritten. The UrlTag does this for example. Most of the style tags should inhirit from this.

Inheritance
Implementers

Constructors

StyleTag(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
transformStyle(TextStyle oldStyle, Map<String, String>? attributes) TextStyle

Operators

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