onLongPressCancelled method
Implementation
Widget onLongPressCancelled(VoidCallback? onLongPressCancelled) =>
GestureDetector(
child: this,
onLongPressCancel: onLongPressCancelled,
);
Widget onLongPressCancelled(VoidCallback? onLongPressCancelled) =>
GestureDetector(
child: this,
onLongPressCancel: onLongPressCancelled,
);