GestureCallback typedef
GestureCallback =
void Function(GestureDetails)
The signature for a callback to return a GestureDetails.
Implementation
typedef GestureCallback = void Function(GestureDetails);
The signature for a callback to return a GestureDetails.
typedef GestureCallback = void Function(GestureDetails);