StyledTextCustomTag class

A custom text style, for which you can specify the processing of attributes of the tag.

Inheritance

Constructors

StyledTextCustomTag({required StyledTextCustomTagParser parse, TextStyle? baseStyle})

Properties

baseStyle TextStyle?
The default base style is passed to parse.
final
hashCode int
The hash code for this object.
no setterinherited
parse StyledTextCustomTagParser
Called when parsing the attributes of a tag.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createRecognizer(String? text, Map<String?, String?> attributes) GestureRecognizer?
inherited
createSpan({required BuildContext context, String? text, String? textContent, List<InlineSpan>? children, required Map<String?, String?> attributes, GestureRecognizer? recognizer}) InlineSpan
override
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