onTouchDown method

  1. @override
void onTouchDown (double xPos, double yPos)
override

Performs the touch-down action.

Implementation

@override
void onTouchDown(double xPos, double yPos) {
  show(xPos, yPos);
}