GestureRecognizerFactoryWithHandlers<T extends GestureRecognizer> class

Factory for creating gesture recognizers that delegates to callbacks.

Used by RawGestureDetector.gestures.

Inheritance

Constructors

GestureRecognizerFactoryWithHandlers(GestureRecognizerFactoryConstructor<T> _constructor, GestureRecognizerFactoryInitializer<T> _initializer)
Creates a gesture recognizer factory with the given callbacks. [...]
const

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

constructor() → T
Must return an instance of T.
override
initializer(T instance) → void
Must configure the given instance (which will have been created by constructor). [...]
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited