FunctionMatcher class

Inheritance
Implementers

Constructors

FunctionMatcher({required MatchFinder finder, required SpanBuilder spanBuilder, MatchValidator? validator, int priority = 0, TextMatcherOptions options = const TextMatcherOptions()})

Properties

finder MatchFinder
final
hashCode int
The hash code for this object.
no setterinherited
options TextMatcherOptions
finalinherited
priority int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spanBuilder SpanBuilder
final
validator MatchValidator?
final

Methods

adjustSelection(TextSelection selection, MatchingContext context) TextSelection
override
buildSpan(MatchResult match, MatchingContext context) InlineSpan
override
findMatches(MatchingContext context) List<MatchResult>
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