onPointerUp method

void onPointerUp(
  1. PointerUpEvent event
)

Implementation

void onPointerUp(PointerUpEvent event) {
  _pointers--;
}