onPointerCancel method

void onPointerCancel(
  1. dynamic event
)

Implementation

void onPointerCancel(event) {
  removePointer(event);
}