AFIconDataSelector class
- Inheritance
-
- Object
- AFWidgetSelector
- AFIconDataSelector
Constructors
- AFIconDataSelector(IconData data)
Properties
- data ↔ IconData
-
getter/setter pair
-
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
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