CommonTextRangeFinders class final

Provides lightweight syntax for getting frequently used text range finders.

This class is instantiated once, as CommonFinders.textRange, under find.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ofSubstring(String substring, {bool skipOffstage = true, FinderBase<Element>? descendentOf}) FinderBase<TextRangeContext>
Finds all non-overlapping occurrences of the given substring in the static text widgets and returns the TextRanges.
toString() String
A string representation of this object.
inherited

Operators

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