TextSpanStylesConfig class

Constructors

TextSpanStylesConfig({required InlineSpan textSpan, List<HighlightItem>? configs})

Properties

configs List<HighlightItem>?
The List of config for overlapping styles If configs is null, it indicates that the TextSpan does not have a highlighted style
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textSpan InlineSpan
The textSpan of a certain range after the cut
final

Methods

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