Flutter
widgets
GestureRecognizerFactoryWithHandlers
<
T extends GestureRecognizer
>
constructor method
constructor
description
constructor
method
Null safety
@
override
T
constructor
(
)
override
Must return an instance of T.
Implementation
@override T constructor() => _constructor();
Flutter
widgets
GestureRecognizerFactoryWithHandlers
<
T extends GestureRecognizer
>
constructor method
GestureRecognizerFactoryWithHandlers class
Constructors
GestureRecognizerFactoryWithHandlers
Properties
hashCode
runtimeType
Methods
constructor
initializer
noSuchMethod
toString
Operators
operator ==