GestureRecognizerFactoryWithHandlers< T extends GestureRecognizer> constructor
Creates a gesture recognizer factory with the given callbacks.
The arguments must not be null.
Implementation
const GestureRecognizerFactoryWithHandlers(this._constructor, this._initializer) :
assert(_constructor != null),
assert(_initializer != null);