onTap method

void onTap()

Implementation

void onTap() {
  if (!controller.isOpen) {
    controller.openView();
  }
}