onPointerDown method
Implementation
@override
void onPointerDown(PointerDownEvent event) {
/// Holds the added pointer to prevent the gesture from being automatically
/// accepted in specific or all situations, even when there are no competitors.
this.hold();
}