handleLongTapDown method
A pointer that has previously triggered handleTapDown is still touching the screen after longTapDelay seconds.
Implementation
@override
void handleLongTapDown(int pointerId, TapDownDetails details) {
onLongTapDown(pointerId, TapDownInfo.fromDetails(this, details));
}