onLongPress method

  1. @override
void onLongPress(
  1. Point<int> pos
)

Implementation

@override
void onLongPress(final Point<int> pos) {
  _touchLongPressCallback?.call(pos);
}