AFMultipleWidgetSelector class

Inheritance

Constructors

AFMultipleWidgetSelector(List sel)

Properties

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
selectors List<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.
inherited

Operators

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