debugDescription property

  1. @override
String get debugDescription
override

Returns a very short pretty description of the gesture that the recognizer looks for, like 'tap' or 'horizontal drag'.

Implementation

@override
// TODO: implement debugDescription
String get debugDescription => throw UnimplementedError();