handleTapDown method
A pointer has touched the screen.
Implementation
@override
void handleTapDown(int pointerId, TapDownDetails details) {
onTapDown(pointerId, TapDownInfo.fromDetails(this, details));
}
A pointer has touched the screen.
@override
void handleTapDown(int pointerId, TapDownDetails details) {
onTapDown(pointerId, TapDownInfo.fromDetails(this, details));
}