AFRichTextGestureTapSpecifier class

Inheritance

Constructors

AFRichTextGestureTapSpecifier(AFWidgetSelector selector, String containsText)
AFRichTextGestureTapSpecifier.create(dynamic selector, String containsText)
factory

Properties

containsText → String
final
elements → List<Element>
finalinherited
hashCode → int
The hash code for this object.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scrollables → List<AFScrollTracker>
finalinherited
selector → AFWidgetSelector
final

Methods

activeElementForPath(List<Element> elems) → Element?
inherited
add(Element elem) → void
inherited
canScrollMore() → bool
inherited
clearWidgets() → void
inherited
contains(Element elem) → bool
inherited
matches(Element elem) → bool
override
matchesPath(List<Element> elem) → bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scrollMore() → Future<void>
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(dynamic other) → bool
The equality operator.
override