onLongPressCancelled method

Widget onLongPressCancelled(
  1. VoidCallback onLongPressCancelled
)

Implementation

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