AFSparsePathWidgetSelector class
- Inheritance
-
- Object
- AFWidgetSelector
- AFSparsePathWidgetSelector
Constructors
-
AFSparsePathWidgetSelector(List<
AFWidgetSelector> pathSelectors, {int selectorsFromLast = 0}) - AFSparsePathWidgetSelector.createEmpty()
-
factory
- AFSparsePathWidgetSelector.createFrom(List selectors)
-
factory
Properties
-
elements
→ List<
Element> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
-
pathSelectors
→ List<
AFWidgetSelector> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scrollables
→ List<
AFScrollTracker> -
finalinherited
- selectorsFromLast → int
-
By default, 0 selects the element matched by the final selector to operate on.
However, if you want to operate on the element matched by an earlier selector,
specific a positive number (e.g. 1 is the next to last selector/element, etc)
final
Methods
-
activeElementForPath(
List< Element> elems) → Element? -
override
-
add(
Element elem) → void -
inherited
-
canScrollMore(
) → bool -
inherited
-
clearWidgets(
) → void -
inherited
-
contains(
Element elem) → bool -
inherited
-
copyAndAdd(
AFWidgetSelector selector) → AFSparsePathWidgetSelector -
matches(
Element elem) → bool -
override
-
matchesPath(
List< Element> elem) → bool -
override
-
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