addPointer method

void addPointer(
  1. PointerDownEvent event
)

Implementation

void addPointer(PointerDownEvent event) {
  value = value.copyWith(pointers: value.pointers + 1);
}