MatchSearchResult class
Used internally by SocialTextSpanBuilder textStyle matched textstyle, return default if no matches fonud type detected type. returns DetectedType.plain_text by default. text returns text within range. returns empty string if no matches found.
Constructors
- MatchSearchResult(TextStyle textStyle, DetectedType type, String text)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
- textStyle → TextStyle
-
final
- type → DetectedType
-
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