onPointerCancel method

dynamic onPointerCancel(
  1. dynamic event
)

Implementation

onPointerCancel(event) {
  removePointer(event);
}