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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 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