handleTertiaryTapDown method
Implementation
void handleTertiaryTapDown(TapDownDetails details) {
onTertiaryTapDown(TapDownInfo.fromDetails(this, details));
}
void handleTertiaryTapDown(TapDownDetails details) {
onTertiaryTapDown(TapDownInfo.fromDetails(this, details));
}