debugDescription property
override
    Returns a very short pretty description of the gesture that the recognizer looks for, like 'tap' or 'horizontal drag'.
Implementation
@override
String get debugDescription => 'vertical drag';Returns a very short pretty description of the gesture that the recognizer looks for, like 'tap' or 'horizontal drag'.
@override
String get debugDescription => 'vertical drag';