AFWidgetByTypeAction class abstract
A superclass for actions that apply to a widget based on its runtimeType.
- Implementers
Constructors
- AFWidgetByTypeAction(String actionType, Type appliesTo, {bool allowMultiple = false})
Properties
- actionType → String
-
final
- allowMultiple ↔ bool
-
getter/setter pair
- appliesTo → Type
-
The type of the widget that this can tap on.
final
- appliesToType → Type
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
matches(
String actionT, Element element) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited