showEntry method

void showEntry()

Shows the tip

Implementation

void showEntry() {
  _showTimer?.cancel();
  _showTimer = null;
  _createNewEntry();
  _controller.forward();
}