onTouchUp method

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

Performs the touch-up action.

Implementation

@override
void onTouchUp(double xPos, double yPos) {
  hide();
}