onDoubleTap method

void onDoubleTap()

Implementation

void onDoubleTap() {
  _parentController.tryHideOrShow(_index);
}